 | MailBuilderSetDefaults Property |
Gets or set the value indicating whether default values (
MessageID,
Date,
Sender) should be set.
Default is true.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
Boolean
See Also