MhtSaveOptionsTimeout Property |
Limits the time in milliseconds of formatting message while saving in Mht.
Default value 3 sek.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
public:
property int Timeout {
int get ();
void set (int value);
}
member Timeout : int with get, set
Property Value
Type:
Int32
See Also