Change Account Server/Port information

  • Thread starter Thread starter Question Boy
  • Start date Start date
Q

Question Boy

using vba, is it possible to switch a specific outlook profile's e-mail
account information ie: incoming/outgoing servers, incoming/outgoing server
ports?

Thank you

QB
 
Not using the Outlook Object Model.
If you are using C++ or Delphi, you can use IOlkAccountMgr interface to
modify/delete (but not add) Outlook accounts.
<plug> If you are using VB or .Net, you can use Redemption to manage the
accounts - RDOSession.Accopunts collection wraps the IOlkAccountMgr MAPI
interface: http://www.dimastr.com/redemption/rdo/RDOAccounts.htm </plug>

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Back
Top