PowerTCP Mail for .NET
Date Property (MailMessage)




Gets and sets the "Date:" header field.
Syntax
Public Property Date As Date
Dim instance As MailMessage
Dim value As Date
 
instance.Date = value
 
value = instance.Date
public DateTime Date {get; set;}
public: __property DateTime get_Date();
public: __property void set_Date( 
   DateTime value
);
public:
property DateTime Date {
   DateTime get();
   void set (    DateTime value);
}

Property Value

DateTime used in the "Date:" header field.
Remarks

Set this property to a DateTime to encode a "Date:" header field. Set to DateTime.MinValue to exclude it from the encoded header.

Initialized to DateTime.Now when a new MailMessage is created.

See Also

Reference

MailMessage Class
MailMessage Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic