The EwsMessageMetadata type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkEwsMessageMetadata
Initializes new instance of EwsMessageMetadata.

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 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.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBody
Gets or sets the body of an item.
(Inherited from EwsItemMetadata.)
Public propertySupported by the .NET Compact FrameworkCategories
Gets or sets the list of categories of an item.
(Inherited from EwsItemMetadata.)
Public propertySupported by the .NET Compact FrameworkFlag
Gets or sets the flag of an item.
(Inherited from EwsItemMetadata.)
Public propertySupported by the .NET Compact FrameworkImportance
Gets or sets the importance value of an item.
(Inherited from EwsItemMetadata.)
Public propertySupported by the .NET Compact FrameworkIsRead
Gets or sets a value indicating whether a message has been read.
Public propertySupported by the .NET Compact FrameworkSensitivity
Gets or sets message sensitivity.
Public propertySupported by the .NET Compact FrameworkSubject
Gets or sets the subject of an item.
(Inherited from EwsItemMetadata.)

See Also