Class VCardSaveOptions

VCardSaveOptions class

Represents vCard save options

public sealed class VCardSaveOptions : ContactSaveOptions

Constructors

NameDescription
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

NameDescription
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

See Also