ulResult = MAPI.SendMail(hSession, IntPtr.Zero, message,0, 0);
it works well But if i modified it as follows will not send mail...
ulResult = MAPI.SendMail(hSession, IntPtr.Zero, message,MAPI.MAPI_DIALOG, 0);
Tuesday, September 11, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment