GraphMessageInfo.Attachments Property
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Attachments
Gets the list of attachments attached to the message; or empty array if not known. This property is only populated when AttachmentInfo was used.
Declaration
public IList<GraphAttachmentInfo> Attachments { get; }
Property Value
| Type | Description |
|---|---|
| IList<GraphAttachmentInfo> |