In The Hand LtdIn The Hand
DisplayComposeForm Method (accountName, toAddresses, ccAddresses, bccAddresses, subject, body, attachments)
NamespacesInTheHand.WindowsMobile.PocketOutlookMessagingApplicationDisplayComposeForm(String, String, String, String, String, String, array<String>[]()[][])
.NET Components for Mobility
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.
Declaration Syntax
C#Visual Basic
public static void DisplayComposeForm(
	string accountName,
	string toAddresses,
	string ccAddresses,
	string bccAddresses,
	string subject,
	string body,
	string[] attachments
)
Public Shared Sub DisplayComposeForm ( _
	accountName As String, _
	toAddresses As String, _
	ccAddresses As String, _
	bccAddresses As String, _
	subject As String, _
	body As String, _
	attachments As String() _
)
Parameters
accountName (String)
The name of the account that will be used to send the message.
toAddresses (String)
A semi-colon separated list of the addresses to send the message to.
ccAddresses (String)
A semi-colon separated list of the addresses to cc the message to.
bccAddresses (String)
A semi-colon separated list of the addresses to bcc the message to.
subject (String)
The subject for the message.
body (String)
The body of the message.
attachments (array<String>[]()[][])
An array of filenames to attach to the message. (Must contain only 1 member)
Remarks
Only the first attachment path is used.
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

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0