C
CS
Have two profiles in my PC
Outlook1 - default
Outlook2
Changing Profile names in Logon method - doesn't work. It still picks
default one.
Outlook.Application outlook = new Outlook.ApplicationClass();
Outlook.NameSpace ns = outlook.GetNamespace("Mapi");
ns.Logon("Outlook1", "", true, true);
Outlook1 - default
Outlook2
Changing Profile names in Logon method - doesn't work. It still picks
default one.
Outlook.Application outlook = new Outlook.ApplicationClass();
Outlook.NameSpace ns = outlook.GetNamespace("Mapi");
ns.Logon("Outlook1", "", true, true);