Hi,
I'm using the iMsg interface in 'OnDelivery' event sink on an SMTP MCIS server. I have no problem extracting eg. the current recipient using:
HRESULT STDMETHODCALLTYPE CSmtpAdd::OnDelivery(IMsg *pMsg)
{
char szRecipient[MAX_RECIPIENT];
VARIANT szRCPT_TOs;
DWORD cbSize = 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.