mapi
Call method when e-mail sent from Outlook?
There\'s a VBA class called MailItemClass that has an event for when an e-mail has been sent in Outloo开发者_如何学编程k. I can\'t find this for VB.NET. I\'ve looked through the documentation but I ju[详细]
2023-02-04 03:03 分类:问答nicely reading outlook mailitem properties
I am writing a plugin for outlook 2007 and i would like to read a property of a MailItem. I开发者_开发百科n particular i\'d like to know all the content-types of my attachments. Now the way i do this[详细]
2023-02-03 09:48 分类:问答Outlook - 0×8004010F Error thrown on accessing mounted mailbox
0×8004010F Error is thrown when one user access the mailbox of another mounted user in outlook. What could be the possible resolution for this开发者_运维百科, other than disabling cached exchange mod[详细]
2023-01-31 18:30 分类:问答VB6 with MAPI for Lotus Notes
Everybody, I need to incorporate mail functionality into a VB6 application. The default mail system is Lotus Notes 6.5. I have read that this version of Lotus Notes is MAPI-enabled.[详细]
2023-01-31 12:41 分类:问答System.Runtime.InteropServices.COMException (0x800706BE) when getting contact.LastName
Some of our users are getting this exception sometimes (n开发者_Python百科ot for every contact):[详细]
2023-01-31 07:02 分类:问答32bit VB6 application needs to automate 64bit Outlook to send an email without prompting the user
I have a 32bit legacy VB6 application that uses a COM component to automate Outlook to send an email. The requirement is that the email needs to appear in the Sent Items folder in Outlook. To make mat[详细]
2023-01-30 06:39 分类:问答How do I ensure the MAPI client receives focus when I launch it?
I\'ve got a function that launches a user\'s default e-mail program开发者_如何学Python via MAPI. The mail program usually launches on top of my app, but sometimes it doesn\'t; sometimes my application[详细]
2023-01-27 22:02 分类:问答Retrieve User Entry IDs from MAPI
I extended the win32comext MAPI with the Interface IExchangeModifyTable to edit ACLs via the MAPI. I can modify existing ACL entries, but I stuck in adding new entries. I need the users entry ID to ad[详细]
2023-01-17 01:00 分类:问答How do I access recipients for an Outlook mail message when using GetTable?
For performance, I am enumerating an Outlook mail folder using GetTable().This gives me a collection of Row objects I can enumerate to get specific properties in the given folder.I can control the col[详细]
2023-01-15 00:27 分类:问答Delphi: MAPILOGON ErrorCode 1
I tried with many versions of MAPISend, but I everytime got error in one place. The MAPILogon returns with errorco开发者_开发百科de 1.[详细]
2023-01-14 19:46 分类:问答