The EwsItemInfo type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkFromXml
Parses provided XML into an instance of EwsItemInfo.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToXml
Gets the XML representation of the item.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAttachments
Gets the list of attachments attached to the item.
Public propertySupported by the .NET Compact FrameworkCategories
Gets the list of Categories of the item.
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.
Public propertySupported by the .NET Compact FrameworkExchangeClass
Gets the Exchange class of the item. E.g. 'IPF.Note', 'IPF.Contact', 'IPF.Appointment', etc.
Public propertySupported by the .NET Compact FrameworkFlag
Gets the Flag of the item.
Public propertySupported by the .NET Compact FrameworkHasAttachments
Gets the value indicating whether the item has any attachment.
Public propertySupported by the .NET Compact FrameworkHeaders
Gets the list of headers of this item, if the value is known.
Public propertySupported by the .NET Compact FrameworkId
Gets the ID of the item.
Public propertySupported by the .NET Compact FrameworkInReplyTo
Gets the list of Message-Id headers to which the item is a reply.
Public propertySupported by the .NET Compact FrameworkIsDraft
Gets the value indicating whether the item is Draft.
Public propertySupported by the .NET Compact FrameworkItemType
Gets the Type of the item.
Public propertySupported by the .NET Compact FrameworkPriority
Gets the Priority level of the item.
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.
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.
Public propertySupported by the .NET Compact FrameworkSize
Gets the Size of the item reported by the server. Zero if the value is not known.
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.

See Also