PowerTCP Mail for .NET
InternalDate Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > ImapMessage Class : InternalDate Property




Returns the internal date of the message.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property InternalDate As String
Visual Basic (Usage)Copy Code
Dim instance As ImapMessage
Dim value As String
 
value = instance.InternalDate
C# 
public virtual string InternalDate {get;}
Managed Extensions for C++ 
public: __property virtual string* get_InternalDate();
C++/CLI 
public:
virtual property String^ InternalDate {
   String^ get();
}

Property Value

A string representation of the messages internal date.

Remarks

Returns the internal date property of the message as tracked by the server, indicating when the server received the message.

The internal date is assigned by the server upon receipt of the message. This is not to be confused with the date header of the message itself, which typically indicates the date the message was sent.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.