c++ - How to avoid Outlook Security Alert -


so i'm interning @ company , self teaching myself c++ head start on classes fall. problem have cannot find solution for, how send email without user interaction , avoid security prompts outlook.

i have tried different ways send email simplemapi, cmd, vb, cdo, etc nothing seems rid of 'please wait 5 seconds because someones trying send email' prompt, , can't have that. can't install third party software because need program work on company computers.

i'm try system.net.mail.mailmessage , see if can figure out.

end goal click button, , email sends without knowledge, no security prompts. if needs authentication execute without prompt can implement too. i'm using winapi on 64 bit systems, , have exe run sharepoint pulling network drive if matters. , please don't closeminded using ms office, i'll make want to

in meantime, if code sample or link in right direction (not msdn ffs) appreciated.

see http://www.outlookcode.com/article.aspx?id=52 list of options.

note system.net.mail.mailmessage work against smtp server, has nothing outlook.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -