VCardSaveOptions

VCardSaveOptions class

Represents vCard save options

The VCardSaveOptions type exposes the following members:

Constructors

NameDescription
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

NameDescription
save_formatGets a save format
versionGets or sets a vCard version
This property is meaningful if ContactSaveFormat is set to VCard.
use_extensionsGets or sets a value indicating whether the extended types can be used
preferred_text_encodingGets or sets Encoding that will be used to save Contact.
defaultGets default VCardSaveOptions

See Also