| UploadMessageInfoInternalDate Property |
Gets or sets the internal date of the message.
Consider using
SetInternalDate(DateTime) method instead of setting this property directly.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string InternalDate { get; set; }
Public Property InternalDate As String
Get
Set
public:
property String^ InternalDate {
String^ get ();
void set (String^ value);
}
member InternalDate : string with get, set
Property Value
Type:
StringSee Also