VCardContact Class |
Namespace: Aspose.Email.PersonalInfo.VCard
The VCardContact type exposes the following members.
Name | Description | |
---|---|---|
VCardContact |
Initializes a new instance of the VCardContact class
|
Name | Description | |
---|---|---|
DeliveryAddresses |
Gets or sets a delivery addresses
| |
Emails |
Gets or sets a contact's email addresses
| |
ExplanatoryInfo |
Gets or sets a vCard explanatory information
| |
ExtendedProperties |
Gets or sets an extended properties
| |
Geo |
Gets or sets a global positioning
| |
IdentificationInfo |
Gets or sets an identification properties
| |
Mailer |
Gets or sets a mailer
| |
Organization |
Gets or sets an organization information
| |
Security |
Gets or sets a security properites
| |
TelephoneNumbers |
Gets or sets a contact's telephone numbers
| |
TimeZone |
Gets or sets a timeZone
|
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.) |