VCardContact Methods

The VCardContact type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLoad(Stream)
Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0
Public methodStatic memberLoad(String)
Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0
Public methodStatic memberLoad(Stream, Encoding)
Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0
Public methodStatic memberLoad(String, Encoding)
Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0
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 MapiContact to the given stream with a format using the default options. The supported save format is vCard
Public methodSave(Stream, ContactSaveOptions)
Saves this MapiContact to the given stream using specified save options. The supported save options is VCardSaveOptions
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 (Inherited from Object.)
See Also