_MobileItem Members
Include Protected Members
Include Inherited Members
This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see MobileItem.
The _MobileItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Actions | Returns an Actions collection that represents all the available actions for the MobileItem object. Read-only. | |
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. | |
Attachments | Returns an Attachments object that represents all the attachments for the specified MobileItem object. Read-only. | |
BillingInformation | Returns or sets a String (string in C#) that represents the billing information associated with the MobileItem object. Read/write. | |
Body | Returns or sets a String (string in C#) that represents the clear-text body of a MobileItem object. Read/write. | |
Categories | Returns or sets a String (string in C#) that represents the categories assigned to the MobileItem object. Read/write. | |
Class | Returns an OlObjectClass constant that indicates the object's class. Read-only. | |
Companies | Returns or sets a String (string in C#) that represents the names of the companies associated with the MobileItem object. Read/write. | |
ConversationIndex | Returns a String (string in C#) that indicates the relative position of the within the conversation thread. Read-only. | |
ConversationTopic | Returns a String (string in C#) that represents the topic of the conversation thread of the item. Read-only. | |
Count | Returns a Integer (int in C#) that represents the number of split messages for a Short Message Service (SMS) message, or the number of slides for a Multimedia Messaging Service (MMS) message. Read-only. | |
CreationTime | Returns a DateTime value that indicates the creation time for the MobileItem object. Read-only. | |
EntryID | Returns a String (string in C#) that represents the unique entry ID of the object. Read-only. | |
FormDescription | Returns the FormDescription object that represents the form description for the specified MobileItem object. Read-only. | |
GetInspector | Returns an Inspector object that represents an inspector initialized to contain the specified MobileItem object. Read-only. | |
HTMLBody | Returns or sets a String (string in C#) that represents the HTML body of the specified MobileItem object. Read/write. | |
Importance | Returns or sets an OlImportance constant that indicates the relative importance level for the MobileItem object. Read/write. | |
ItemProperties | Returns an ItemProperties collection that represents all standard and user-defined properties associated with the MobileItem object. Read-only. | |
LastModificationTime | Returns a DateTime that specifies the date and time that the Outlook item was last modified. Read-only. | |
MAPIOBJECT | This object, member, or enumeration is deprecated and is not intended to be used in your code. | |
MessageClass | Returns or sets a String (string in C#) that represents the message class for the MobileItem object. Read/write. | |
Mileage | Returns or sets a String (string in C#) that represents the mileage for a MobileItem object. Read/write. | |
MobileFormat | Returns an OlMobileFormat constant that represents the message format of a mobile message. Read-only. | |
NoAging | Returns or sets a Boolean (bool in C#) value that specifies whether to age the Microsoft Outlook item. Read/write. | |
OutlookInternalVersion | Returns an Integer (int in C#) that represents the build number of the Microsoft Outlook application for an Outlook item. Read-only. | |
OutlookVersion | Returns a String (string in C#) value that indicates the major and minor version number of the Microsoft Outlook application for an Outlook item. Read-only. | |
Parent | Returns the parent Object (object in C#) of the specified MobileItem object. Read-only. | |
PropertyAccessor | Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the MobileItem object. Read-only. | |
ReceivedByEntryID | Returns a String (string in C#) value that represents the entry ID for the true recipient as set by the transport provider that delivers the e-mail message. Read-only. | |
ReceivedByName | Returns a String (string in C#) value that represents the display name of the true recipient for the MobileItem object. Read-only. | |
ReceivedTime | Returns a DateTime value that indicates the date and time at which the MobileItem object was received. Read-only. | |
Recipients | Returns a Recipients collection that represents all the recipients for the MobileItem object. Read-only. | |
ReplyRecipientNames | Returns a semicolon-delimited String (string in C#) list of display names of reply recipients of the MobileItem object. Read-only. | |
ReplyRecipients | Returns a Recipients collection that represents all the reply recipient objects for the MobileItem object. Read-only. | |
Saved | Returns a Boolean (bool value in C#) that indicates whether the MobileItem object has been modified since the last save. Read-only. | |
SenderEmailAddress | Returns a String (string value in C#) that represents the mobile phone number of the sender of the MobileItem object. Read-only. | |
SenderEmailType | Returns a String (string value in C#) that represents the type of entry for the mobile address of the sender of the MobileItem object. Read-only. | |
SenderName | Returns a String (string in C#) value that indicates the display name of the sender for the MobileItem object. Read-only. | |
SendUsingAccount | Returns or sets an Account object that represents the account under which the MobileItem object is to be sent. Read/write. | |
Sensitivity | Returns or sets a constant in the OlSensitivity enumeration indicating the sensitivity for the MobileItem object. Read/write. | |
Sent | Returns a Boolean (bool in C#) value that indicates whether the MobileItem object has been sent. Read-only. | |
SentOn | Returns a DateTime value that indicates the date and time at which the MobileItem object was sent. Read-only. | |
Session | Returns the NameSpace object for the current session. Read-only. | |
Size | Returns an Integer (int in C#) that indicates the size, in bytes, of the MobileItem object. Read-only. | |
SMILBody | Returns or sets a String (string in C#) value in XML format that represents the Synchronized Multimedia Integration Language (SMIL) description of the content of a MobileItem object that is a Multimedia Messaging Service (MMS) message. Read/write. | |
Subject | Returns or sets a String (string in C#) value that indicates the subject for the MobileItem object. Read/write. | |
Submitted | Returns a Boolean (bool in C#) value that indicates whether the items has been submitted. Read-only. | |
To | Returns or sets a semicolon-delimited String (string in C#) list of display names for the To recipients for the MobileItem object. Read/write. | |
UnRead | Returns or sets a Boolean (bool in C#) value that indicates whether the MobileItem has not been opened (read). Read/write. | |
UserProperties | Returns the UserProperties collection that represents all the user-defined properties for the MobileItem object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Close | Closes and optionally saves changes to the Outlook item. | |
Copy | Creates another instance of the MobileItem object. | |
Delete | Removes the item from the folder that contains the item. | |
Display | Displays a new Inspector object for the item. | |
Forward | Executes the Forward action for an item and returns the resulting copy as a MobileItem object. | |
Move | Moves the MobileItem object to a new folder. | |
PrintOut | Prints the Outlook item. | |
Reply | Creates a reply, preaddressed to the original sender, from the original message. | |
ReplyAll | Creates a reply to all original recipients from the original message. | |
Save | Saves the MobileItem object to the current folder or, if this MobileItem object is new and has not been sent, it is saved to the default folder (Drafts) for this item type. | |
SaveAs | Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. | |
Send | Sends the MobileItem object. |
Top