ImapUploadMessage Method
Overload List
  NameDescription
Public methodCode exampleUploadMessage(MailMessage, String)
Uploads a mail message to the specified folder.
Public methodCode exampleUploadMessage(MailMessage, String, SystemMessageFlags)
Uploads a mail message to the specified folder and assigns the specified flags to this message.
Public methodCode exampleUploadMessage(MailMessage, String, String, DateTime)
Uploads a mail message to the specified folder and assigns the specified date and flags to this message.
Public methodCode exampleUploadMessage(MailMessage, String, String, String)
Uploads a mail message to the specified folder and assigns the specified date and flags to this message.
Public methodCode exampleUploadMessage(MailMessage, String, String, String, Boolean, UidPlusResult)
Uploads a mail message to the specified folder, assigns the specified date and flags to this message, and retrieves UID assigned to the uploaded message by the server.
Top
See Also