tags:

views:

37

answers:

0

Hi, I need to add a named property to incoming email messages in a c++ SMTP event sink.

I got the event sink framework code working fine but need a way to go from IMailMsgProperties* to MAPI named properties inside my handler.

Does anyone have sample code or know how to do this?