Gets or sets the origination date of this message.
            If origination date is not available, return the date specified by the first 'Received' header.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property Date As MailDateTime Get Set | 
| C# | 
|---|
| public MailDateTime Date { get; set; } | 
Field Value
The origination date. Remarks
Remarks
            The origination date specifies the date and time at which the creator
            of the message indicated that the message was complete and ready to enter
            the mail delivery system.
            
 
     
     
     
     
    