Add-in for MS Outlook

Joined
Jan 26, 2006
Messages
2
Reaction score
0
Hello all. I develope COM Add-in for MS Outlook.
1. It is possible to fill in field To in the new mail?
In OnNewInspector:
...
MailItem->get_Recipients(&recipients);
recipients->Add(OLESTR("(e-mail address removed)"), &recipient);
...

But in Field "To" in Inspector empty string;
2. Add PropertyPage in "Parameters". But my page is cut of the right. Where
error?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top