Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MapiRecipDesc - Sending an email.

Status
Not open for further replies.

nicktherod

Programmer
Nov 10, 2000
19
0
0
CA
I want my program to send an email to a specific address, and not one that is in an address book. i have put the following and it doesn't want to work. THis is the code for the MapiRecipDesc.

recip.ulReserved = 0;
recip.ulRecipClass = MAPI_TO;
recip.lpszName = "";
recip.lpszAddress = "SMTP:bob@whereever.com";
recip.ulEIDSize = 0;
recip.lpEntryID = NULL;

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top