Author Topic: MAPI ???  (Read 5625 times)

Offline ngochuan1st

  • Jr. Member
  • *
  • Posts: 30
MAPI ???
« 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.

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: MAPI ???
« Reply #1 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


Offline ngochuan1st

  • Jr. Member
  • *
  • Posts: 30
Re: MAPI ???
« Reply #2 on: September 29, 2012, 02:06:33 PM »
I need a example in nasm, can you help me ???

Offline Gunner

  • Jr. Member
  • *
  • Posts: 74
  • Country: us
    • Gunners Software
Re: MAPI ???
« Reply #3 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

Offline ngochuan1st

  • Jr. Member
  • *
  • Posts: 30
Re: MAPI ???
« Reply #4 on: September 30, 2012, 03:58:39 AM »
I'm study English not good, so i need a example... :(