The EwsAttachmentInfo type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkContentType
Gets the Content type of the attachment. Null reference (Nothing in VB.NET) if the value is not known.
Public propertySupported by the .NET Compact FrameworkId
Gets the ID of the attachment.
Public propertySupported by the .NET Compact FrameworkIsInline
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.
Public propertySupported by the .NET Compact FrameworkLastModifiedTime
Gets a date and time of last modification of the attachment.
Public propertySupported by the .NET Compact FrameworkName
Gets the Name of the attachment. Null reference (Nothing in VB.NET) if the value is not known.
Public propertySupported by the .NET Compact FrameworkSize
Gets the Size of the attachment reported by the server.

See Also