Click or drag to resize
MessageAttachments Property
Gets the list of attachments for this message.

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

Return Value

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