Dart.Mail Namespace > MailMessage Class : Date Property |
Public Property Date As Date
Dim instance As MailMessage Dim value As Date instance.Date = value value = instance.Date
public DateTime Date {get; set;}
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.