MsgSaveOptionsPreserveSignature Property |
Set to true, if signature is to be preserved.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public bool PreserveSignature { get; set; }
Public Property PreserveSignature As Boolean
Get
Set
public:
property bool PreserveSignature {
bool get ();
void set (bool value);
}
member PreserveSignature : bool with get, set
Property Value
Type:
BooleanSee Also