| Thread | Last Post | Replies |
|
| Net folder no longer sending you updates | 30 Sep 2005 06:53 GMT | 2 |
I'm using net folders in Outlook 2000 to share a calendar. Like quite a few others before me, the initial update works fine. As soon as the first change is made the "The <folder name> Net Folder, which is administered by <folder owner> is no longer sending updates." message is ...
|
| where's the unicode in PR_BODY | 29 Sep 2005 15:07 GMT | 1 |
I'm using outlook 2003 but with the old pre-2003 PST. I can enter some non-latin1 text into the body of a meeting and it shows up visually correct. For example, the hebrew letter 0x05d0. However, if I use IMAPIProps::GetProps to get either PR_BODY_W or PR_BODY_A, all non-latin1's ...
|
| Closing Word Editor Window | 28 Sep 2005 18:31 GMT | 1 |
I've created an Outlook add-in using VB6 and have run into an issue with users using Word as their editor. I've hooked into the "Application.ItemSend" event to check the outgoing email against some criteria. There is a section of my code that will cancel the original email send ...
|
| Set correct size for property page | 28 Sep 2005 16:26 GMT | 1 |
How do I resize my property page to fit into Outlook 2003's (Tools->Options) property page control? I created 1 property page for the Tools->Options menu and the folder context menu ->properties.
|
| Again: create item with Sent flag set | 26 Sep 2005 22:13 GMT | 2 |
I'm again/still struggling with creating a new custom (!) item in the inbox with the 'sent' set w/o sending it actually. I followed Dmitry's advice to create it as a IPM.Post and changed the message class afterwards. After setting a bunch of other properties this worked to
|
| uninstall an add-in | 26 Sep 2005 21:51 GMT | 2 |
I have a plugin which adds a menu-item to standard outlook menu bar. The plugin is registered in HKLM key in registry. To uninstall the plugin I just go and delete this key in HKLM, however even after this the menu item is not disappearing.
|
| inspector view a received mail item. | 26 Sep 2005 17:07 GMT | 1 |
how do i check if a inspector is viewing a received/sent email? I am sinking the new inspector event and I want to show a toolbar only for inspector objects viewing received/sent email. Regards
|
| Inspector toolbar question | 26 Sep 2005 17:05 GMT | 1 |
I am sinking the new inspector event. I am adding the toolabr when the new inspector event is fired the first time and deleting the toolbar in the ondestroy event. in betwen based on the type of inspector, i want to hide or show the
|
| Disconnect or disable addin | 26 Sep 2005 12:45 GMT | 2 |
Friends, I have a VB6 Outlook add in that works very well but I have one thing I would like to be able to do I have not figured out yet. On the mobile users when very specific environment issues occur I want to be
|
| Add in not loaded in outlook. | 23 Sep 2005 14:34 GMT | 5 |
I have written one outlook add-in in VC++. I am facing very strange problem. My add in is getting listed in COMAddin group of outlook (tools->options->advanced options->Comaddins.)
|
| Problem with RecurrencePattern::GetOccurrence | 20 Sep 2005 14:25 GMT | 14 |
I'm trying to create exceptions to a recurring appointment. I create a daily recurring appointment and save it. Then reopen it, do a GetRecurrencePattern, then a GetOccurrence, change the Subject, save the exception and save the parent/owner appointment. If the number of exceptions
|
| Create a command bar in a new Explorer window | 15 Sep 2005 15:17 GMT | 1 |
Is it possible to create a command bar in a new Explorer window? If I try to display it on event OnNewExplorer, Outlook raises strange errors It looks like even Explorer interface is not null, it's not initialized properly
|
| minimize an explorer | 15 Sep 2005 15:15 GMT | 1 |
Is it possible to minimize an explorer after displaying ? if it is the cas, how can I do it ? thanks in advance yann
|
| Weekday daily recurrence appointments. | 15 Sep 2005 02:33 GMT | 1 |
I'm trying to programatically create a recurrence on an appointment that is daily but only on weekdays. I would have thought it would be done by setting (on the RecurrencePattern object for the appointment) the RecurrenceType to olRecursDaily, the Interval to 1 and setting the
|
| Redemption InfoStores? | 12 Sep 2005 05:56 GMT | 1 |
I have read a few posts that advised at the middle of last year that Dmitry was working on including InfoStores in Redemption with release 3.4. I have release 3.4.0.402 but can't seem to find anything on how to access IMsgStore... is this possible with Redemption and the release
|