AttachmentConsumeCapability Property |
Returns a Capability object that indicates if the attachment can be consumed.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic Capability ConsumeCapability { get; }
Property Value
Type:
Capability
Remarks
This capability is
Allowed when the Attachment is in either the downloaded or consumed state.
When the capability is not Allowed, the Consume property will
return an empty string.
See Also