snippets to remind myself of how things work (or not)
Application.ItemSend += new Outlook.ApplicationEvents_11_ItemSendEventHandler(Application_ItemSend);
Application_ItemSend(object Item, ref bool Cancel)
No comments:
Post a Comment