Search code examples
autoitchilkat-email

Chilkat IMAP - how to check "Sent" mailbox name


How to check how "Sent" mailbox is named ? Somtimes I have to use "INBOX.Sent" sometimes "Sent", I do can not relay on guess I must have a way to check what current name is.

Do you have a way to check it with Chilkat ?


Solution

  • Mailboxes contain flags such as "\Sent", "\Trash", "\Junk", etc to indicate the special use mailboxes.

    See this example: https://www.example-code.com/csharp/imap_find_sent_mailbox.asp