NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: ngochuan1st on September 29, 2012, 12:29:10 PM

Title: MAPI ???
Post by: ngochuan1st on September 29, 2012, 12:29:10 PM
i want to send mail using Gmail Account but i don't know how to use MAPISendMail.
Title: Re: MAPI ???
Post by: Frank Kotler on September 29, 2012, 01:54:15 PM
MAPI? MicroSoft thing, isn't it? I'd go there for details.

http://msdn.microsoft.com/en-us/library/office/cc765775.aspx

Looks complicated. Good luck!

Best,
Frank

Title: Re: MAPI ???
Post by: ngochuan1st on September 29, 2012, 02:06:33 PM
I need a example in nasm, can you help me ???
Title: Re: MAPI ???
Post by: Gunner on September 29, 2012, 06:16:32 PM
Holy crap, are programmers becoming more lazy?!?!

I did an internet search for "GMail API" and the first link was this https://developers.google.com/google-apps/gmail/ so you could use IMAP or even SMTP. For SMTP read the RFC's to describe how to communicate with the server
https://www.google.com/search?client=opera&rls=en&q=SMTP+RFC&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest

and the IMAP RFC's https://www.google.com/search?client=opera&rls=en&q=IMAP+RFC&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest
Title: Re: MAPI ???
Post by: ngochuan1st on September 30, 2012, 03:58:39 AM
I'm study English not good, so i need a example... :(