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; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also