Outlook VBA to Get Proxy SMTP Server Setting

mrmmickle1

Well-known Member
Joined
May 11, 2012
Messages
2,461
I would like to get the following value by using VBA code:

I need to use it as a variable for sending CDO emails

Code:
[COLOR=#008000][B]'Partial code to send CDO email[/B][/COLOR]
[COLOR=#0000ff][B]Set[/B][/COLOR] iConf = CreateObject("CDO.Configuration")
[COLOR=#0000ff][B]Set[/B][/COLOR] Flds = iConf.Fields
.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = [COLOR=#ff0000][B]"THE VALUE I REFERENCE BELOW"[/B][/COLOR]

The value can be found in this location in Outlook:

File > Account Settings > Select Primary Email Account >More Settings > Connection Tab > Exchange Proxy Settings > The value is in Connection settings

Where it says use this URL to connect to my proxy server for Exchange:

Any help would be appreciated. I scoured the internet for a few hours this evening without any luck :(
 
Last edited:

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,225,763
Messages
6,186,897
Members
453,384
Latest member
BigShanny

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top