Gets the origination date of this message.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Pop3 (in Rebex.Pop3.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property Date As MailDateTime Get | 
| C# | 
|---|
| public MailDateTime Date { get; } | 
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.
            
 
     
     
     
     
    