Is the Outlook account type, Exchange ActiveSync, causing the code not to work correctly. At work. I have an Outlook Exchange account type, and the same VBA code works fine...
Thanks for your assistance :)
I'm using an Exchange ActiveSync account (****@msn.com). Here is the code:
Option Explicit
Private Sub Application_ItemSend(ByVal Item As Object, _
Cancel As Boolean)
Dim objNS As NameSpace
Dim objFolder As MAPIFolder
On Error Resume Next
Set objNS = Application.Session
If...
I've used the VBA code to set the storage folder for an outgoing Outlook message in the past with Outlook 2007 - Outlook 2013, but it is not working with Outlook 2016. I can select the folder to save the message to, but the message is always saved to the "Sent" folder.
Is there something in the...
I am using Windows 7 and Outlook 2007 with the latest Outlook Connector (Windows Live Hotmail), and I have Qwest DSL with an MSN premium account. I've encountered a problem where I can't send a .zip file containing an .exe file. The message error code is 0x8DE00006 with a server error code of...
I connected Microsoft support (https://support.microsoft.com/oas/default.aspx?&ln=en-us&c1=505&gprid=6998&&st=1), and they sent me the latest version of Microsoft Connector 14.0. Thankfully, it has solved my problems.
I have Qwest DSL (MSN Premium), and I don't have any problems using the Internet. I've reset the modem/router, but it didn't make any difference. Is there anything I can do to isolate what the problem might me?
Thanks,
Mark
I am using Microsoft outlook 2007 with the latest version of the Outlook Connector on a Windows 7 RC machine (MSN/Hotmail HTTP Mail Account). Many times when I run Outlook, I get a message that Outlook couldn't sign in to the server. I might get this message five times in a row, and then finally...