I have Office 2010 on my Win 7 desktop. I have a rule in my destop outlook to forward mail to my outlook.com account. These bounce back with the error message:
Your message did not reach some or all of the intended recipients.
Subject: FW: Kahkwa Golf
Sent: 8/16/2013 7:21 AM
The following recipient(s) cannot be reached:
denny's outlook (*** Email address is removed for privacy ***) on 8/16/2013 7:21 AM (note - I edited my address for this post)
Server error: '421 4.1.8 - Domain of recipient does not resolve [R0309001]'
Is the problem at your end or my end?
thanks,
Denny
I got error message with the code below:
Error:
"0x80004002 - JavaScript runtime error: No such interface supported"
Code:
var authenticator = new Windows.Security.Authentication.OnlineId.OnlineIdAuthenticator();
var serviceTicketRequest = new Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest("wl.basic", "DELEGATION");
authenticator.authenticateUserAsync(serviceTicketRequest, Windows.Security.Authentication.OnlineId.CredentialPromptType.promptIfNeeded)
.done(function (){...});
The error is gone after remove the second param "Windows.Security.Authentication.OnlineId.CredentialPromptType.promptIfNeeded". But I can see the API support the 2nd param from IntelliSense in VS2012. Any idea?
Signed in to Outlook account. Get error message regarding "you might have issues syncing email to your mobile device."
I have never synced email to my mobile device. I have been having this problem for the last 2 days.
What's going on with this?
Recent Comments