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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also