Windows error 0x80040211, -2147220975

Detailed Error Information

IMAPI_E_DEVICE_NOPROPERTIES[1]

Declared inimapierror.h

MPEG2_E_OBJECT_KIND_NOT_A_FILE[2]

Declared inMpeg2Error.h

HRESULT analysis[3]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[3][4]
DescriptionThe source of the error code is COM/OLE Interface management.[3][4]
Error Code529 (0x0211)

Questions

2votes
2answers

Error when sending email system.web.httpexceptions: the message could not be sent to the smtp server

I have a function in my program that sends an email from a google account. I wrote this code a while back and it used to work fine, it sends email just as it is supposed to. Now, however, I could not get it to work. (I am now working [...] read more
c#
email
smtp
1vote
1answer

ax2009 x++ Error 0x80040211 in RunBaseBatch

I want to send email in RunBaseBatch, but I get error 0x80040211 (unknown). I found in google that means: > The message could not be sent to the SMTP server. The transport error code was > %2. The server response was %1 public void SendReport(str email) { SysMailer sm = [...] read more
axapta
x++
dynamics-ax-2009
0votes
1answer

Azure Information Protection /Rights Management Services SDK 2.1 - Cannot Enable Document Tracking

I am developing an application that uses the Rights Management Services SDK 2.1 protect files loosely based on the ProtectFilesInDir project found at https://github.com/Azure-Samples/Azure-Information-Protection-Samples I have successfully set everything up and am able to protect documents, however, I have been unable to register these documents for tracking as detailed here: [...] read more
c#
c++
azure
winapi
rights-management

Comments

Leave a comment

(plain text only)

Sources

  1. imapierror.h from Windows SDK 10.0.14393.0
  2. Mpeg2Error.h from Windows SDK 10.0.14393.0
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  4. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0