Gets the list of attachments attached to the item.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property Attachments As IList(Of EwsAttachmentInfo) Get Private Set |
C# |
---|
public IList<EwsAttachmentInfo> Attachments { get; private set; } |