Author | Forum: General Questions Topic: How to add secondary mailbox with imap |
gkohli From: Canada Posts: 13 Member Since: 10/08/15 |
posted October 8, 2015 9:44 AM HI i want to add a secondary mailbox when i login through imap. Currently I only see folders within my mailbox how to add secondary mailbox. Please let me know thanks gaurav |
Jamie Powell (Admin) From: Rome, NY USA Posts: 448 Member Since: 03/13/07 Extra Support Options Custom Application Development |
posted October 9, 2015 11:54 AM Thank you for your post. I have sent an email to your personal email account requesting additional information. Please let me know if you have not received this email and I will be happy to resend. I look forward to your reply. Regards, Jamie |
gkohli From: Canada Posts: 13 Member Since: 10/08/15 |
posted October 9, 2015 12:13 PM I replied back . please chk thx Gaurav |
Jamie Powell (Admin) From: Rome, NY USA Posts: 448 Member Since: 03/13/07 Extra Support Options Custom Application Development |
posted October 9, 2015 4:47 PM Hello, Thank you for your reply. Imap.Mailboxes.Add(string) is used to add a mailbox to the server. See its help documentation remarks for notes on its use. Please let me know if you have additional questions or trouble. All the best, Jamie |
gkohli From: Canada Posts: 13 Member Since: 10/08/15 |
posted October 9, 2015 4:49 PM that is just to access folder in mailbox, I want to access shared mailbox Also suppose my inbox has subfolders it doesn't shows that on the menu |
Nick B (Admin) From: Utica, NY USA Posts: 619 Member Since: 05/25/10 Extra Support Options Custom Application Development |
posted October 12, 2015 4:45 PM Hello, If you're asking how to select a mailbox, use: http://www.dart.com/help/ptmlnet/webframe.html#Dart.Mail~Dart.Mail.Imap~SelectedMailbox.html If you're looking to log into multiple account simultaneously, use multiple Imap objects. If those do not answer your question, can you provide a link to documentation outlining how to accomplish your question with email clients such as Thunderbird? Can you clarify what you mean by "subfolders... doesn't shows that on the menu"? What menu are you examining to check for subfolders? Imap.Mailboxes contains all of the mailboxes under the root, and each Mailbox object in Imap.Mailboxes contains a Mailboxes property (Mailbox.Mailboxes) which contains all Mailboxes (subfolders) under that Mailbox. Do you see your subfolders in the left pane of our included IMAP Client sample after logging into your server? |
Reply | General Questions Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |