EwsAttachmentInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Represents an Exchange attachment.
Syntax
public class EwsAttachmentInfo
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. |
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. |