Click or drag to resize

UploadMessageInfoSetInternalDate Method

Sets internal date of the message. Uses "dd-MMM-yyyy HH:mm:ss zzzz" format.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void SetInternalDate(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
Internal date to set.
See Also