Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

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

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

Syntax

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.

If the nameparameter is either null or an empty string, then a Win32Exception exception will be thrown when the Recipient object is added to the Recipient Collection.


See Also