Class VCardSaveOptions
Contents
[
Hide
]VCardSaveOptions class
Represents vCard save options
public sealed class VCardSaveOptions : ContactSaveOptions
Constructors
Name | Description |
---|---|
VCardSaveOptions() | Initializes a new instance of the VCardSaveOptions class |
VCardSaveOptions(VCardVersion) | Initializes a new instance of the VCardSaveOptions class |
VCardSaveOptions(VCardVersion, bool) | Initializes a new instance of the VCardSaveOptions class |
Properties
Name | Description |
---|---|
static Default { get; } | Gets default VCardSaveOptions |
PreferredTextEncoding { get; set; } | Gets or sets Encoding that will be used to save Contact. |
SaveFormat { get; } | Gets a save format |
UseExtensions { get; set; } | Gets or sets a value indicating whether the extended types can be used |
Version { get; set; } | Gets or sets a vCard version This property is meaningful if ContactSaveFormat is set to VCard. |
See Also
- class ContactSaveOptions
- namespace Aspose.Email.PersonalInfo.VCard
- assembly Aspose.Email