How does the users Notification method (set in the Fax MAnager) effect whether or not the applicaiton is notified of an outbound fax ?
I need to be notified of events being sent by outlook, through exchange, with the users notification method set to Exchange. I have tried setting WatchMessageEvents to both meAll and meExchange, but neither seems to result in events received by my app.
events->put_WatchArchiveEvents(True);
events->put_WatchCompleteEvents(True);
events->put_WatchMessageEvents(meAll, True);
events->put_WatchMessageEvents(meExchange, True);