EwsItemInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9147)
Represents an Exchange item.
Syntax
public class EwsItemInfo
Inherited Members
Properties
Name | Description |
---|---|
Attachments | Gets the list of attachments attached to the item. |
Categories | Gets the list of Categories of the item. |
Created |
Gets the date and time value indicating when the item was created. DateTime.MinValue if the value is not known. |
Exchange |
Gets the Exchange class of the item. E.g. 'IPF.Note', 'IPF.Contact', 'IPF.Appointment', etc. |
Flag | Gets the Flag of the item. |
Has |
Gets the value indicating whether the item has any attachment. |
Headers | Gets the list of headers of this item, if the value is known. |
Id | Gets the ID of the item. |
In |
Gets the list of Message-Id headers to which the item is a reply. |
Is |
Gets the value indicating whether the item is Draft. |
Item |
Gets the Type of the item. |
Last |
Gets the date and time value indicating when the item was last modified. DateTime.MinValue if the value is not known. |
Priority | Gets the Priority level of the item. |
Received |
Gets the date and time value indicating when the item was received. DateTime.MinValue if the value is not known. |
Sent |
Gets the date and time value indicating when the item was sent. DateTime.MinValue if the value is not known. |
Size | Gets the Size of the item reported by the server. Zero if the value is not known. |
Subject | Gets the Subject of the item. Null reference (Nothing in VB.NET) if the value is not known. |
Methods
Name | Description |
---|---|
From |
Parses provided XML into an instance of Ews |
To |
Gets the XML representation of the item. |