| Thread | Last Post | Replies |
|
| Outlook Items Restrict Method Limitation? | 26 Jul 2005 13:47 GMT | 1 |
All, Does anyone know what the limit is for the filter string for the Restrict Method on Outlook 2003 Items collection object? It appears that it possibly could be 1K...has anybody confirmed this or know any different?
|
| Enumerating all the forms in the forms libraries | 22 Jul 2005 19:05 GMT | 3 |
Does anyone have a technique for getting all the form classes (i.e. "IPM.Note.MyCustomNote" ) as well as the stock forms into a list given a form or form library from the Outlook 2003 Object model? thanks,
|
| MAPI spooler | 21 Jul 2005 09:17 GMT | 6 |
I'm writing a message store, based on InsideMAPI, and am having trouble getting outbound email sent. For one thing, the implementation of IMSProvider::SpoolerLogon is not being called. Is that method called anymore? Are there other tricks I need to do to send the email?
|
| address book access of MS Outlook | 20 Jul 2005 19:12 GMT | 9 |
Following code has a problem : m_lpAdrBook->GetPAB(&ulEntryID,&lpEntryID); LPCIID lpInterface = NULL; ULONG ulFlags = 0;//MAPI_BEST_ACCESS;
|
| Reverse compatibility | 20 Jul 2005 14:24 GMT | 3 |
I have an add-in for Outlook written in VB6. I was testing it with Outlook 2000 and everything worked fine. I then installed Outlook 2003 on my machine and the add-in was working fine. Had to make a few code changes here and there but for the most part it was the same. I wrote
|
| Manipulate default behaviour of new item button for public folders? | 20 Jul 2005 09:28 GMT | 4 |
Is it possible to manipulate the default behaviour of the existing New Item button? Is there maybe some way to hook into its click event or preferably some other ? I've got an addin that can move sent messages into a public folder when
|
| Outlook Context menu | 19 Jul 2005 18:40 GMT | 1 |
Is it possible to add items to the right click context menu in Outlook, specifically XP and 2003? If so where might I find code or programming resources to do that? Thank you
|
| Commandbar of "New Mail Message Dialog" | 19 Jul 2005 14:03 GMT | 2 |
I want to get access of CommandBar of "New Mail Dialog" which opens when we click New->Mail Message. Actually, I have a requirement of placing a button on "New Mail Dialog" but I couldn't get access of the commandbar where I can place the button.
|
| How extract email address from IPM.Note? | 18 Jul 2005 21:38 GMT | 7 |
I want to let people drag a contact from Outlook (and eventually Outlook Express) onto my program, and then extract the name & email address. I'm able to use OpenIMsgOnIStg to get the IMessage, and then I'm extracting properties like PR_MESSAGE_CLASS (which is "IPM.Note" for ...
|
| Folder Icon | 18 Jul 2005 21:19 GMT | 3 |
I need to set a different icon to a custom folder. Is this possible (or could be workarounded) in Outllook 2003? Thanks, (- Julieta -)
|
| Creating a message service with outlook 2000 IMO | 18 Jul 2005 19:25 GMT | 1 |
Is there a way to create a message service, other than INTERSTOR, with outlook 2000 IMO? In that mode, it looks like outlook ignores mapisvc.inf.
|
| How to use using IOlkAccountManager in VC++. | 18 Jul 2005 17:44 GMT | 1 |
on the "Microsoft Office Outlook 2003 Integration API"
|
| How to cancel new inspector event | 18 Jul 2005 17:02 GMT | 2 |
I'm developing an addin in c#. I'm trying to do the following: When the user opens the email (double-clicks on it) I want to capture the event to display a windows form instead of the Outlook standard
|
| can not release item which i am using in onItemAdd | 17 Jul 2005 10:26 GMT | 4 |
I used OnItemAdd((IDispatch* m_Item)) function to parse every incoming message come to my inbox. I got event for each incoming mail. But i can not understand where i can release this item. It leaves on memory leak in my application.
|
| Outlook 97 MailItem.Send event | 15 Jul 2005 22:28 GMT | 14 |
I have 2 questions for you guys that know everything about Outlook: I've connected the Send event in the MailItem object and I've found that it has no parameters so I wonder 2 things: - Can the send process be canceled?
|