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