Provides automation of the messaging application’s user interface.
| C# | Visual Basic |
public static class MessagingApplication
Public NotInheritable Class MessagingApplication
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| DisplayComposeForm(Account) |
Displays a compose form for the specified Account.
| |
| DisplayComposeForm(String) |
Displays a compose form for the specified Account name.
| |
| DisplayComposeForm(EmailMessage) |
Displays a compose form for the specified e-mail message, using the default Account.
| |
| DisplayComposeForm(EmailAccount, EmailMessage) |
Displays a compose form for the specified e-mail message, using the specified Account.
| |
| DisplayComposeForm(SmsMessage) |
Displays a compose form for the specified SMS message.
| |
| DisplayComposeForm(MmsMessage) |
Displays a compose form for the specified MMS message.
| |
| DisplayComposeForm(String, String) |
Displays a compose form for the specified Account name, along with the names of the primary Recipients.
| |
| DisplayComposeForm(String, String, String) |
Displays a compose form for the specified Account name, along with the names of the primary Recipients, and the subject.
| |
| DisplayComposeForm(String, String, String, String) |
Displays a compose form for the specified Account name, along with the names of the primary Recipients, the subject, and the message body (text note).
| |
| DisplayComposeForm(String, String, String, String, array<String>[]()[][]) |
Displays a compose form for the specified Account name, along with the names of the primary Recipients, the subject, the message body (text note), and the file names of the attachments, contained in a string Array.
| |
| DisplayComposeForm(String, String, String, String, String, String, array<String>[]()[][]) |
Displays a compose form for the specified Account name, along with the names of the primary Recipients, the names of the carbon-copied Recipients, the names of the blind carbon-copied Recipients, the subject, the message body (text note), and the file names of the attachments, contained in a string Array.
| |
| DisplayComposeForm(String, String, String, String, String, String, array<String>[]()[][], String) |
Displays a compose form for the specified Account name, along with the names of the primary Recipients, the names of the carbon-copied Recipients, the names of the blind carbon-copied Recipients, the subject, the message body (text note), and the file names of the attachments, contained in a string Array.
| |
| DisplayMessage(ItemId) |
Displays the message, given the message’s Item ID.
| |
| DisplayMessage(Message) | ||
| LaunchNewAccountWizard()()()() |
Launches the Messaging application and invokes the new account wizard.
| |
| SwitchToAccount(Account) |
Gives the focus to the messaging application, then switches to the Account.
| |
| SwitchToAccount(String) |
Gives the focus to the messaging application, then switches to the Account with the supplied name.
| |
| SwitchToFolder(MessageFolder) |
Switches to a folder, and displays its contents in a List-View.
| |
| SwitchToFolder(ItemId) |
Switches to a folder, and displays its contents in a List-View.
| |
| Synchronize()()()() | .
Synchronizes messages for the current Account.
| |
| Synchronize(String) |
Synchronizes messages for the Account with the supplied name.
| |
| Synchronize(EmailAccount) |
Synchronizes messages for the specified Account.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Pocket PC 2003 and later, Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows Embedded Compact 4.1 and later |
| Object | |
| MessagingApplication | |