Recipient Constructor (String)

3/29/2010

Initializes a new instance of the Recipient class, using the Recipient’s address.

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

Syntax

public Recipient (
    string address
)
'Declaration
Public Sub New ( _
    address As String _
)

Parameters

  • address
    The address of the recipient.

Remarks

For e-mail and Meetings, the string address is a valid e-mail address.

For SMS, the string address is a valid SMS address.

Do not use this constructor overload to create a Recipient for adding to an Appointment's RecipientCollection. Doing so will throw a Win32Exception exception.

See Also

Reference

Recipient Class
Recipient Members
Microsoft.WindowsMobile.PocketOutlook Namespace