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
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
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: