Contact Methods

The Contact type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLoad(Stream)
Loads contact data
Public methodStatic memberLoad(String)
Loads contact data
Public methodStatic memberLoad(Stream, ContactLoadFormat)
Loads contact data
Public methodStatic memberLoad(String, ContactLoadFormat)
Loads contact data
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave(Stream)
Saves this MapiContact into the given stream with vCard format. The supported vCard version is 2.1
Public methodSave(String)
Saves this MapiContact to the vCard file with a default options. The supported vCard version is 2.1
Public methodSave(Stream, ContactSaveFormat)
Saves this Contact to the given stream with a format using the default options.
Public methodSave(Stream, ContactSaveOptions)
Saves this Contact to the given stream using specified save options.
Public methodSave(String, ContactSaveFormat)
Saves this MapiContact to the specified file with a format using the default options. The supported save format is vCard.
Public methodSave(String, ContactSaveOptions)
Saves this MapiContact into file using specified save options. The supported save options is VCardSaveOptions
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
See Also