| MimeDocumentFactorySetDefaults Property |
Gets or set the value indicating whether default values (MIME-Version) should be set.
Default is true.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool SetDefaults { get; set; }
Public Property SetDefaults As Boolean
Get
Set
public:
property bool SetDefaults {
bool get ();
void set (bool value);
}
member SetDefaults : bool with get, set
Property Value
Type:
BooleanSee Also