Returns the string containing the current date and time of the local computer in the IMAP4 format.
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);
ImapUtils Class | MailBee.ImapMail Namespace