Share via


SmsMessage Constructor (String, String)

3/29/2010

Initializes a new instance of the SmsMessage class, using the specified account. Creates a Recipient collection with the specified Recipient phone number, and fills-in the SMS message’s text body.

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

Syntax

public SmsMessage (
    string recipientPhoneNumber,
    string message
)
'Declaration
Public Sub New ( _
    recipientPhoneNumber As String, _
    message As String _
)

Parameters

  • recipientPhoneNumber
    The Recipient’s phone number.
  • message
    The SMS message’s text body.

See Also

Reference

SmsMessage Class
SmsMessage Members
Microsoft.WindowsMobile.PocketOutlook Namespace