VCardSaveOptions Class

Represents vCard save options
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiContactSaveOptions
    Aspose.Email.PersonalInfo.VCardVCardSaveOptions

Namespace:  Aspose.Email.PersonalInfo.VCard
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class VCardSaveOptions : ContactSaveOptions

The VCardSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodVCardSaveOptions
Initializes a new instance of the VCardSaveOptions class
Public methodVCardSaveOptions(VCardVersion)
Initializes a new instance of the VCardSaveOptions class
Public methodVCardSaveOptions(VCardVersion, Boolean)
Initializes a new instance of the VCardSaveOptions class
Properties
  NameDescription
Public propertyStatic memberDefault
Gets default VCardSaveOptions
Public propertySaveFormat
Gets a save format
(Inherited from ContactSaveOptions.)
Public propertyUseExtensions
Gets or sets a value indicating whether the extended types can be used
Public propertyVersion
Gets or sets a vCard version
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also