Click or drag to resize

MessageAttachments Property

Gets the list of attachments for this message.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<Attachment> Attachments { get; }

Return Value

Type: ListAttachment
Returns the list of attachments for this message.
See Also