.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::EmailDate

The date and time in UTC/GMT standard. Use the LocalDate property to get the local date and time.

  Declarations  
    [Visual Basic]
Public ReadOnly Property EmailDate As DateTime

[C#]
public DateTime EmailDate {get;}

[C++]
public: __property DateTime get_EmailDate();

[JScript]
public function get EmailDate() : DateTime;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.