EmlSaveOptionsCheckBodyContentEncoding Property |
Defines whether need check message body content encoding when saving.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool CheckBodyContentEncoding { get; set; }
Public Property CheckBodyContentEncoding As Boolean
Get
Set
public:
property bool CheckBodyContentEncoding {
bool get ();
void set (bool value);
}
member CheckBodyContentEncoding : bool with get, set
Property Value
Type:
Boolean
See Also