Change Account Server/Port information

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
 
D

Dmitry Streblechenko

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
-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top