static Load(Stream) | Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0 |
static Load(string) | Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0 |
static Load(Stream, CancellationToken) | Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0 |
static Load(Stream, Encoding) | Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0 |
static Load(string, CancellationToken) | Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0 |
static Load(string, Encoding) | Reads VCardContact from the specified vCard file The supported vCard versions are 2.1 and 3.0 |
static Load(Stream, Encoding, CancellationToken) | Reads VCardContact from the specified stream containing vCard. The supported vCard versions are 2.1 and 3.0 |
static Load(string, Encoding, CancellationToken) | 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 |
static IsMultiContacts(Stream) | Checks whether source stream contains multi contacts. |
static IsMultiContacts(string) | Checks whether source file contains multi contacts. |
static LoadAsMultiple(Stream) | Loads list of contacts from multi contact stream. |
static LoadAsMultiple(string) | Loads list of contacts from multi contact file. |
static LoadAsMultiple(Stream, VCardLoadOptions) | Loads list of contacts from multi contact stream. |
static LoadAsMultiple(string, VCardLoadOptions) | |
static LoadAsMultiple(Stream, Encoding, CancellationToken) | Loads list of contacts from multi contact stream. |
static LoadAsMultiple(string, Encoding, CancellationToken) | Loads list of contacts from multi contact stream. |