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.26106.1555
Syntax
public void SetInternalDate(
	DateTime dateTime
)

Parameters

dateTime  DateTime
Internal date to set.
See Also