GraphAttachmentInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Represents a Graph attachment.
Syntax
public class GraphAttachmentInfo
Inherited Members
Properties
| Name | Description |
|---|---|
| ContentType | Gets the Content type of the attachment. Null reference (Nothing in VB.NET) if the value is not known. |
| Id | Gets the ID of the attachment. |
| IsInline | Gets a value indicating whether this is inline attachment. Inline attachment is also known as linked or embedded resource, e.g. Image or CSS file referenced from the message body. False if the value is not known. |
| LastModifiedTime | Gets a date and time of last modification of the attachment; or MinValue if the value is not available. |
| Name | Gets the Name of the attachment. Null reference (Nothing in VB.NET) if the value is not known. |
| Size | Gets the Size of the attachment reported by the server. Zero if the value is not known. |