Hudas Member Outlook version Email Account Exchange Server May 6, 2014 #1 Hi - I have multiple Mailbox in my profile. How do i make it so that one of my mailbox will be the default FROM whenever I create a new email? Thank you Jun
Hi - I have multiple Mailbox in my profile. How do i make it so that one of my mailbox will be the default FROM whenever I create a new email? Thank you Jun
A Alex S. New Member Outlook version Email Account IMAP May 6, 2014 #2 hi there use Code: With objMailItem SendUsingAccount = olNS.Accounts.item("Your@MailAccount") ... Best, Alex
hi there use Code: With objMailItem SendUsingAccount = olNS.Accounts.item("Your@MailAccount") ... Best, Alex
A Alex S. New Member Outlook version Email Account IMAP May 6, 2014 #3 ... or use the number of the account like Code: SendUsingAccount = olNS.Accounts.item(2)
Hudas Member Outlook version Email Account Exchange Server May 8, 2014 #4 Hi Alex, Thank you!! By the way where do i exactly put this code.