2
votes
Using Outlook API to get to a specific folder
You can use the Folders collection member of the Outlook.NameSpace object. That way you can iterate through the collection and find your folder by it's name. In case you still want to use GetFolder …
1
vote
Creating IDL for MAPI-MIME conversion.
I think in this case the documentation is misleading when it marks the parameter as [out]. You have to pass a valid LPMESSAGE to the method, and that's why is not a double pointer. So i would go wi …
2
votes
Outlook Plug-In for custom CRM
Check out Kayxo Insight. It's a framework for creating the kind of solution you are describing.
…
1
vote
Capture right-click’d text on Outlook Message Content
You can use this example in VBA to get started
…
