Click or drag to resize

AttachmentStatus Enumeration

Represents the message attachment status.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum AttachmentStatus
Members
  Member nameValueDescription
Draft0 The attachment hasn't been sent yet.
Sending1 The attachment is currently being sent.
ReadyToDownload2 Attachment is ready to be downloaded.
Downloading3 Attachment is being downloaded.
ReadyToConsume4 Attachment is ready to consume.
Opened5 Attachment was already opened by user.
DraftError6 Failed to send the attachment. The messaging limits for attachments may have been exceeded.
DraftRemoving7 Attachment is being removed from the message.
See Also