Hi,
i have outlook installed on my machine that has 4 mailbox in it( one is my default inbox, other three are my work related exchange server mailboxes)
i have created a tool, that creates an excel file of emails marked with a specific category for a specified date range
MY PROBLEM:-
to choose mailbox from which email is required
Temp solution:- i have used pick folder , which works absolutely fine
[Set objNameSpace = objAppl.GetNamespace("MAPI")
Set ContactsFolder = objNameSpace.PickFolder]
Work Around:- i want to hard code it to second account's inbox folder, which i am unable to do
can anyone help me with this
Regards,
GUPTA Ankit
i have outlook installed on my machine that has 4 mailbox in it( one is my default inbox, other three are my work related exchange server mailboxes)
i have created a tool, that creates an excel file of emails marked with a specific category for a specified date range
MY PROBLEM:-
to choose mailbox from which email is required
Temp solution:- i have used pick folder , which works absolutely fine

[Set objNameSpace = objAppl.GetNamespace("MAPI")
Set ContactsFolder = objNameSpace.PickFolder]
Work Around:- i want to hard code it to second account's inbox folder, which i am unable to do

can anyone help me with this
Regards,
GUPTA Ankit