VCardSecurityEncoding Property |
Gets or sets a ContentTransferEncoding
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic TransferEncoding Encoding { get; set; }
Public Property Encoding As TransferEncoding
Get
Set
public:
property TransferEncoding Encoding {
TransferEncoding get ();
void set (TransferEncoding value);
}
member Encoding : TransferEncoding with get, set
Property Value
Type:
TransferEncoding
See Also