The EwsMessageInfo type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAttachments
Gets the list of attachments attached to the item.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkBcc
Gets the list of addresses of recipients that are not to be revealed to other recipients of the message.
Public propertySupported by the .NET Compact FrameworkBody
Gets the Body of the message. Null reference (Nothing in VB.NET) if the value is not known.
Public propertySupported by the .NET Compact FrameworkCategories
Gets the list of Categories of the item.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkCC
Gets the list of addresses of others who are to receive the message.
Public propertySupported by the .NET Compact FrameworkCreatedDate
Gets the date and time value indicating when the item was created. DateTime.MinValue if the value is not known.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkExchangeClass
Gets the Exchange class of the item. E.g. 'IPF.Note', 'IPF.Contact', 'IPF.Appointment', etc.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkFlag
Gets the Flag of the item.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkFrom
Gets the list of authors of the message.
Public propertySupported by the .NET Compact FrameworkHasAttachments
Gets the value indicating whether the item has any attachment.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkHeaders
Gets the list of headers of this item, if the value is known.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkId
Gets the ID of the item.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkInReplyTo
Gets the list of Message-Id headers to which the item is a reply.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkIsDraft
Gets the value indicating whether the item is Draft.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkIsRead
Gets a value indicating whether the message is read.
Public propertySupported by the .NET Compact FrameworkItemType
Gets the Type of the item.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkMessageId
Gets the Message-Id MIME header of the message.
Public propertySupported by the .NET Compact FrameworkMessageType
Gets the Type of the message.
Public propertySupported by the .NET Compact FrameworkPriority
Gets the Priority level of the item.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkReceivedDate
Gets the date and time value indicating when the item was received. DateTime.MinValue if the value is not known.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkSender
Gets the Sender of the message.
Public propertySupported by the .NET Compact FrameworkSensitivity
Gets a value indicating sensitivity of the message.
Public propertySupported by the .NET Compact FrameworkSentDate
Gets the date and time value indicating when the item was sent. DateTime.MinValue if the value is not known.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkSize
Gets the Size of the item reported by the server. Zero if the value is not known.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkSubject
Gets the Subject of the item. Null reference (Nothing in VB.NET) if the value is not known.
(Inherited from EwsItemInfo.)
Public propertySupported by the .NET Compact FrameworkTextBody
Gets the plain text body of the message. Null reference (Nothing in VB.NET) if the value is not known.
Public propertySupported by the .NET Compact FrameworkTo
Gets the list of addresses of primary recipients of the message.

See Also