VCardContact Methods |
The VCardContact type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Load(Stream) |
Reads VCardContact from the specified stream containing vCard.
The supported vCard versions are 2.1 and 3.0
|
![]() ![]() | Load(String) |
Reads VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0
|
![]() ![]() | Load(Stream, Encoding) |
Reads VCardContact from the specified stream containing vCard.
The supported vCard versions are 2.1 and 3.0
|
![]() ![]() | Load(String, Encoding) |
Reads VCardContact from the specified vCard file
The supported vCard versions are 2.1 and 3.0
|
![]() | Save(Stream) |
Saves this MapiContact into the given stream with vCard format.
The supported vCard version is 2.1
|
![]() | Save(String) |
Saves this MapiContact to the vCard file with a default options.
The supported vCard version is 2.1
|
![]() | Save(Stream, ContactSaveFormat) |
Saves this MapiContact to the given stream with a format using the default options.
The supported save format is vCard
|
![]() | Save(Stream, ContactSaveOptions) |
Saves this MapiContact to the given stream using specified save options.
The supported save options is VCardSaveOptions |
![]() | Save(String, ContactSaveFormat) |
Saves this MapiContact to the specified file with a format using the default options.
The supported save format is vCard.
|
![]() | Save(String, ContactSaveOptions) |
Saves this MapiContact into file using specified save options.
The supported save options is VCardSaveOptions |
![]() | ToString | (Inherited from Object.) |