Product(s): | ProjectWise Client V8i | ||
Version(s): | 08.11.05.37 | ||
Area: | Messenger | ||
Original Author: | Bentley Technical Support Group |
Does ProjectWise use Simple or Extended MAPI function calls to send email?
The ProjectWise Messaging service (dms/aam3/src/custom/amsg) utilizes the same list provided and uses only simple MAPI.
We have 12 #defines of specific functionality/interest; in the one area
reviewed:
LPMAPILOGON g_lpfnMAPILogon;
LPMAPILOGOFF g_lpfnMAPILogoff;
LPMAPISENDMAIL g_lpfnMAPISendMail;
LPMAPISENDDOCUMENTS g_lpfnMAPISendDocuments;
LPMAPIFINDNEXT g_lpfnMAPIFindNext;
LPMAPIREADMAIL g_lpfnMAPIReadMail;
LPMAPISAVEMAIL g_lpfnMAPISaveMail;
LPMAPIDELETEMAIL g_lpfnMAPIDeleteMail;
LPMAPIFREEBUFFER g_lpfnMAPIFreeBuffer;
LPMAPIADDRESS g_lpfnMAPIAddress;
LPMAPIDETAILS g_lpfnMAPIDetails;
LPMAPIRESOLVENAME g_lpfnMAPIResolveName;
Bentley Technical Support KnowledgeBase
Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this "Comments or Corrections?" section. THANK YOU!