VCardSaveOptions Constructor (VCardVersion, Boolean)

Initializes a new instance of the VCardSaveOptions class

Namespace:  Aspose.Email.PersonalInfo.VCard
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public VCardSaveOptions(
	VCardVersion version,
	bool useExtensions
)

Parameters

version
Type: Aspose.Email.PersonalInfo.VCardVCardVersion
a vCard version
useExtensions
Type: SystemBoolean
indicates whether extended types can be used.
Exceptions
ExceptionCondition
ArgumentExceptionA version is not defined in VCardVersion
See Also