nicktherod
Programmer
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;
recip.ulReserved = 0;
recip.ulRecipClass = MAPI_TO;
recip.lpszName = "";
recip.lpszAddress = "SMTP:bob@whereever.com";
recip.ulEIDSize = 0;
recip.lpEntryID = NULL;