VCardSaveOptionsUseExtensions Property |
Gets or sets a value indicating whether the extended types can be used
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool UseExtensions { get; set; }
Public Property UseExtensions As Boolean
Get
Set
public:
property bool UseExtensions {
bool get ();
void set (bool value);
}
member UseExtensions : bool with get, set
Property Value
Type:
Boolean
See Also