ItemType Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a generic item in the Exchange store.

The ItemType type exposes the following members.

Constructors

  Name Description
Public methodSupported by the .NET Compact Framework ItemType Initializes a new instance of the ItemType class.

Top

Methods

  Name Description
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework Finalize 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 Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework Attachments Gets or sets the items or files that are attached to an item in the Exchange store.
Public propertySupported by the .NET Compact Framework Body Gets or sets the content in the body of a message.
Public propertySupported by the .NET Compact Framework Categories Gets or sets a collection of strings that identify the categories to which an item in the mailbox belongs.
Public propertySupported by the .NET Compact Framework Culture Gets or sets the culture for a specified item in the mailbox.
Public propertySupported by the .NET Compact Framework DateTimeCreated Gets or sets the date and time that a specified item in the mailbox was created.
Public propertySupported by the .NET Compact Framework DateTimeCreatedSpecified Gets or sets a value that specifies whether the DateTimeCreated property is serialized with the item.
Public propertySupported by the .NET Compact Framework DateTimeReceived Gets or sets the date and time that an item in a mailbox was received.
Public propertySupported by the .NET Compact Framework DateTimeReceivedSpecified Gets or sets a value that specifies whether the DateTimeReceived property is serialized with the item.
Public propertySupported by the .NET Compact Framework DateTimeSent Gets or sets the date and time that an item in a mailbox was sent.
Public propertySupported by the .NET Compact Framework DateTimeSentSpecified Gets or sets a value that specifies whether the DateTimeSent property is serialized with the item.
Public propertySupported by the .NET Compact Framework DisplayCc Gets or sets the display string that is used for the contents of the carbon copy (Cc) box.
Public propertySupported by the .NET Compact Framework DisplayTo Gets or sets the display string that is used for the contents of the To box.
Public propertySupported by the .NET Compact Framework ExtendedProperty Gets or sets extended MAPI properties on folders and items.
Public propertySupported by the .NET Compact Framework HasAttachments Gets or sets a value that indicates whether an item has attachments associated with it.
Public propertySupported by the .NET Compact Framework HasAttachmentsSpecified Gets or sets a value that specifies whether the HasAttachments property is serialized with the item.
Public propertySupported by the .NET Compact Framework Importance Gets or sets a description of the importance of an item.
Public propertySupported by the .NET Compact Framework ImportanceSpecified Gets or sets a value that specifies whether the Importance property is serialized with the item.
Public propertySupported by the .NET Compact Framework InReplyTo Gets or sets the identifier of the item to which this item is a reply.
Public propertySupported by the .NET Compact Framework InternetMessageHeaders Gets or sets the collection of all Internet message headers that are contained within an item in a mailbox.
Public propertySupported by the .NET Compact Framework IsDraft Gets or sets a value that indicates whether an item is a draft (that is, it has not yet been sent).
Public propertySupported by the .NET Compact Framework IsDraftSpecified Gets or sets a value that specifies whether the IsDraft property is serialized with the item.
Public propertySupported by the .NET Compact Framework IsFromMe Gets or sets a value that indicates whether a user sent an item to himself or herself.
Public propertySupported by the .NET Compact Framework IsFromMeSpecified Gets or sets a value that specifies whether the IsFromMe property is serialized with the item.
Public propertySupported by the .NET Compact Framework IsResend Gets or sets a value that indicates whether the item had previously been sent.
Public propertySupported by the .NET Compact Framework IsResendSpecified Gets or sets a value that specifies whether the IsResend property is serialized with the item.
Public propertySupported by the .NET Compact Framework IsSubmitted Gets or sets a value that indicates whether an item has been submitted to the Outbox default folder.
Public propertySupported by the .NET Compact Framework IsSubmittedSpecified Gets or sets a value that specifies whether the IsSubmitted property is serialized with the item.
Public propertySupported by the .NET Compact Framework IsUnmodified Gets or sets a value that indicates whether the item has been modified.
Public propertySupported by the .NET Compact Framework IsUnmodifiedSpecified Gets or sets a value that specifies whether the IsUnmodified property is serialized with the item.
Public propertySupported by the .NET Compact Framework ItemClass Gets or sets the message class of an item.
Public propertySupported by the .NET Compact Framework ItemId Gets or sets the unique identifier and change key of an item in the Exchange store.
Public propertySupported by the .NET Compact Framework MimeContent Gets or sets the native MIME stream of an object that is represented in base64Binary format.
Public propertySupported by the .NET Compact Framework ParentFolderId Gets or sets the identifier of the parent folder that contains the item or folder.
Public propertySupported by the .NET Compact Framework ReminderDueBy Gets or sets the date and time when the event occurs.
Public propertySupported by the .NET Compact Framework ReminderDueBySpecified Gets or sets a value that specifies whether the ReminderDueBy property is serialized with the item.
Public propertySupported by the .NET Compact Framework ReminderIsSet Gets or sets a value that indicates whether a reminder has been set for an item in the Exchange store.
Public propertySupported by the .NET Compact Framework ReminderIsSetSpecified Gets or sets a value that specifies whether the ReminderIsSet property is serialized with the item.
Public propertySupported by the .NET Compact Framework ReminderMinutesBeforeStart Gets or sets the amount of time before an event for which a reminder will be displayed.
Public propertySupported by the .NET Compact Framework ResponseObjects Gets or sets the collection of all the response objects that are associated with an item in the Exchange store.
Public propertySupported by the .NET Compact Framework Sensitivity Gets or sets the sensitivity level of an item.
Public propertySupported by the .NET Compact Framework SensitivitySpecified Gets or sets a value that specifies whether the Sensitivity property is serialized with the item.
Public propertySupported by the .NET Compact Framework Size Gets or sets the size of an item.
Public propertySupported by the .NET Compact Framework SizeSpecified Gets or sets a value that specifies whether the Size property is serialized with the item.
Public propertySupported by the .NET Compact Framework Subject Gets or sets the subject for Exchange store items.

Top

See Also

Reference

ItemType Class

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007 Namespace