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 ?
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 ?
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
Finally I get answer/solution to my problem: I use This example (PowerShell) Find the "Sent" IMAP Mailbox
Here is my version:
And my results are:
Conclusion: This mean that sometimes Sent should be recognized by a Name not by Flag.
btw. In Polish version of ThunderBird this Mailbox have different name "Wysłane" but location is: similar to "imap://[email protected]/Sent"