MailBee.NET Objects 4.0

ImapUtils.GetImapDateTimeString Method

Returns the string containing the current date and time of the local computer in the IMAP4 format.

Overload List

Returns the string containing the current date and time of the local computer in the IMAP4 format.

public static string GetImapDateTimeString();

Returns the string containing the specified local date and time value in the IMAP4 format.

public static string GetImapDateTimeString(DateTime);

Returns the string containing the specified date and time value in the IMAP4 format.

public static string GetImapDateTimeString(DateTime,bool,bool);

Returns the string containing the specified date and time value in the IMAP4 format.

public static string GetImapDateTimeString(DateTime,bool,string);

See Also

ImapUtils Class | MailBee.ImapMail Namespace