MessagingApplication.DisplayComposeForm Method (SmsMessage) (Microsoft.WindowsMobile.PocketOutlook)

Switch View :
ScriptFree
MessagingApplication.DisplayComposeForm Method (SmsMessage)
3/29/2010

Displays a compose form for the specified SMS message.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax

C#
public static void DisplayComposeForm (
	SmsMessage message
)
Visual Basic
Public Shared Sub DisplayComposeForm ( _
	message As SmsMessage _
)

Parameters

message

The message that will be displayed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also