Contact Class

3/29/2010

Represents a Contact item in the Contact collection. Contacts represent information records on friends, colleagues, acquaintances, or even a company. They can be used for a variety of purposes (for example, addressing mail, e-mail, and text messages). A sizable Contact collection containing richly populated Contact items, is an enormously powerful database.

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

Syntax

public class Contact : PimItem
'Declaration
Public Class Contact
    Inherits PimItem

Remarks

A Contact is a specialized PimItem. Use the ContactCollection to add and retrieve Contacts to and from the Contact folder.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     Microsoft.WindowsMobile.PocketOutlook.PimItem
      Microsoft.WindowsMobile.PocketOutlook.Contact

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

Reference

Contact Members
Microsoft.WindowsMobile.PocketOutlook Namespace