Contact Constructor ()
3/29/2010
Initializes a new instance of the Contact class.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public Contact ()
'Declaration
Public Sub New
Remarks
The Contact must later be added to a collection by using the ContactCollection.Add() method
Example
Contact c = new Contact();
See Also
Reference
Contact Class
Contact Members
Microsoft.WindowsMobile.PocketOutlook Namespace