这很奇怪。我正试图发送一封电子邮件,其中包含以下链接:
这是通过我的ISP (RCN),到stmp.rcn.com。我住在波士顿地区,但我使用OS邮件客户端从加拿大不列颠哥伦比亚省发邮件。当我尝试发送时,错误消息是:
Sending the message content to the server failed.
Select a different outgoing mail server from the list below
or click Try Later to leave the message in your Outbox until
it can be sent.
我有Windows商店应用程序(Win RT),我需要获得当前的用户域名。这是我的代码:
name = await Windows.System.UserProfile.UserInformation.GetDomainNameAsync();
但我有例外:
Win RT: Caller does not have the EnterpriseAuthentication capability
如果我没有物理设备并在VS中工作,我需要做些什么来修复它?