VCardSaveOptions
Contents
[
Hide
]VCardSaveOptions class
Represents vCard save options
The VCardSaveOptions type exposes the following members:
Constructors
| Name | Description |
|---|---|
| VCardSaveOptions() | Initializes a new instance of the VCardSaveOptions class |
| VCardSaveOptions(version, use_extensions) | Initializes a new instance of the VCardSaveOptions class |
| VCardSaveOptions(version) | Initializes a new instance of the VCardSaveOptions class |
Properties
| Name | Description |
|---|---|
| save_format | Gets a save format |
| version | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. |
| use_extensions | Gets or sets a value indicating whether the extended types can be used |
| preferred_text_encoding | Gets or sets Encoding that will be used to save Contact. |
| default | Gets default VCardSaveOptions |
See Also
- namespace aspose.email.personalinfo.vcard
- assembly Aspose.Email