Macro to create email, and pick which email account to send from
Solved/Closed
TomTom111
Posts
4
Registration date
Monday February 3, 2014
Status
Member
Last seen
February 10, 2014
-
Feb 3, 2014 at 07:02 PM
TomTom111 Posts 4 Registration date Monday February 3, 2014 Status Member Last seen February 10, 2014 - Feb 4, 2014 at 11:47 AM
TomTom111 Posts 4 Registration date Monday February 3, 2014 Status Member Last seen February 10, 2014 - Feb 4, 2014 at 11:47 AM
Related:
- Macro to create email, and pick which email account to send from
- Snapchat create account with email - Guide
- Create skype account with work email - Guide
- How to recover facebook password without email and phone number - Guide
- How to refresh outlook email - Guide
- Net send windows 11 - Guide
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Feb 4, 2014 at 10:32 AM
Feb 4, 2014 at 10:32 AM
Hi TomTom111,
Since I don't use outlook, it's hard to test.
But take a look at this site. It seems to me it has the answer you are looking for:
https://www.rondebruin.nl/win/s1/outlook/account.htm
Good luck and best regards,
Trowad
Since I don't use outlook, it's hard to test.
But take a look at this site. It seems to me it has the answer you are looking for:
https://www.rondebruin.nl/win/s1/outlook/account.htm
Good luck and best regards,
Trowad
TomTom111
Posts
4
Registration date
Monday February 3, 2014
Status
Member
Last seen
February 10, 2014
Feb 4, 2014 at 11:47 AM
Feb 4, 2014 at 11:47 AM
That is exactly what I need, thank you!
This is the line I am using to specify which email account to use...
By changing the number in Item(x), I was able to get the correct email account "number" in outlook, thereby creating a new message from the correct account every time.
Props to TrowaD for the find.
This is the line I am using to specify which email account to use...
CreateObject("Outlook.Application").Session.Accounts.Item(1)
By changing the number in Item(x), I was able to get the correct email account "number" in outlook, thereby creating a new message from the correct account every time.
Props to TrowaD for the find.