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 | |
---|---|---|
ItemType | Initializes a new instance of the ItemType class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Attachments | Gets or sets the items or files that are attached to an item in the Exchange store. | |
Body | Gets or sets the content in the body of a message. | |
Categories | Gets or sets a collection of strings that identify the categories to which an item in the mailbox belongs. | |
Culture | Gets or sets the culture for a specified item in the mailbox. | |
DateTimeCreated | Gets or sets the date and time that a specified item in the mailbox was created. | |
DateTimeCreatedSpecified | Gets or sets a value that specifies whether the DateTimeCreated property is serialized with the item. | |
DateTimeReceived | Gets or sets the date and time that an item in a mailbox was received. | |
DateTimeReceivedSpecified | Gets or sets a value that specifies whether the DateTimeReceived property is serialized with the item. | |
DateTimeSent | Gets or sets the date and time that an item in a mailbox was sent. | |
DateTimeSentSpecified | Gets or sets a value that specifies whether the DateTimeSent property is serialized with the item. | |
DisplayCc | Gets or sets the display string that is used for the contents of the carbon copy (Cc) box. | |
DisplayTo | Gets or sets the display string that is used for the contents of the To box. | |
ExtendedProperty | Gets or sets extended MAPI properties on folders and items. | |
HasAttachments | Gets or sets a value that indicates whether an item has attachments associated with it. | |
HasAttachmentsSpecified | Gets or sets a value that specifies whether the HasAttachments property is serialized with the item. | |
Importance | Gets or sets a description of the importance of an item. | |
ImportanceSpecified | Gets or sets a value that specifies whether the Importance property is serialized with the item. | |
InReplyTo | Gets or sets the identifier of the item to which this item is a reply. | |
InternetMessageHeaders | Gets or sets the collection of all Internet message headers that are contained within an item in a mailbox. | |
IsDraft | Gets or sets a value that indicates whether an item is a draft (that is, it has not yet been sent). | |
IsDraftSpecified | Gets or sets a value that specifies whether the IsDraft property is serialized with the item. | |
IsFromMe | Gets or sets a value that indicates whether a user sent an item to himself or herself. | |
IsFromMeSpecified | Gets or sets a value that specifies whether the IsFromMe property is serialized with the item. | |
IsResend | Gets or sets a value that indicates whether the item had previously been sent. | |
IsResendSpecified | Gets or sets a value that specifies whether the IsResend property is serialized with the item. | |
IsSubmitted | Gets or sets a value that indicates whether an item has been submitted to the Outbox default folder. | |
IsSubmittedSpecified | Gets or sets a value that specifies whether the IsSubmitted property is serialized with the item. | |
IsUnmodified | Gets or sets a value that indicates whether the item has been modified. | |
IsUnmodifiedSpecified | Gets or sets a value that specifies whether the IsUnmodified property is serialized with the item. | |
ItemClass | Gets or sets the message class of an item. | |
ItemId | Gets or sets the unique identifier and change key of an item in the Exchange store. | |
MimeContent | Gets or sets the native MIME stream of an object that is represented in base64Binary format. | |
ParentFolderId | Gets or sets the identifier of the parent folder that contains the item or folder. | |
ReminderDueBy | Gets or sets the date and time when the event occurs. | |
ReminderDueBySpecified | Gets or sets a value that specifies whether the ReminderDueBy property is serialized with the item. | |
ReminderIsSet | Gets or sets a value that indicates whether a reminder has been set for an item in the Exchange store. | |
ReminderIsSetSpecified | Gets or sets a value that specifies whether the ReminderIsSet property is serialized with the item. | |
ReminderMinutesBeforeStart | Gets or sets the amount of time before an event for which a reminder will be displayed. | |
ResponseObjects | Gets or sets the collection of all the response objects that are associated with an item in the Exchange store. | |
Sensitivity | Gets or sets the sensitivity level of an item. | |
SensitivitySpecified | Gets or sets a value that specifies whether the Sensitivity property is serialized with the item. | |
Size | Gets or sets the size of an item. | |
SizeSpecified | Gets or sets a value that specifies whether the Size property is serialized with the item. | |
Subject | Gets or sets the subject for Exchange store items. |
Top
See Also
Reference
Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007 Namespace