NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
MAPI ???
« previous
next »
Print
Pages: [
1
]
Author
Topic: MAPI ??? (Read 10521 times)
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.
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
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
Logged
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
Logged
Gunner
Jr. Member
Posts: 74
Country:
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
Logged
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...
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
MAPI ???