<< I'm not sure why you think tracking changes of selection and what's been opened is not viable.>> Because that method will only track changes instantiated...
If some other code is modifying items that aren't selected in the UI and haven't been opened then obviously with that scenario changes won't be tracked that...
I have an Outlook security settings document located in the Outook 10 Security Settings folder. I have all of the users correctly configured in the document. ...
I'm by no means an expert in the security form, but are you synching those users twice? That's required in some cases. For about all the other information...
Version of Outlook? You cannot define custom flag colors, or additional flags. You can set custom text for a flag, using the string FlagRequest property. Ken...
Perhaps the most wonderful thing about the internet is that it has produced groups like this that enable neophytes like me to communicate so easily with...
Many Exchange hosting companies should allow that as part of the terms of service, either basic or extended. I don't use any, since I host my own Exchange...
I shudder to think what the Outlook developer world would look like without Dmitry and Ken. Giants amongst men!! (my tongue is only very slightly in my cheek...
Don't forget Sue and Randy, they'd belong at the top of any list like that ... _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
It doesn't matter, you can only set the flag text to a custom setting. Ken Slovak Slovak Technical Services, Inc. _____ From: outlook-dev@yahoogroups.com...
Hi, I'm new to outlook developement. I have a custom form which is used to preview and forward mails coming from rigtfax. But when the system is upgraded to...
I have an issue when restoring a folder from a mailbox the restore shows as successful. However when I check on out look it creates only empty folder structure...
That sounds like an Exchange administrative problem, not an Outlook programming problem. I think you won't find very much in the way of Exchange administration...
Hi, I have a VSTO 2005 SE Add-In that runs on both Outlook 2003 and 2007. I have encountered an issue that I can't fix. A user starts Word 2003. Types a...
Are you using and deploying the latest version of that VSTO runtime? I recall an issue with earlier versions that sounds like your problem. In brief, the...
Hi, Thanks for the fast response. I'm using VSTO 2005 SE, so no not really the latest. I could convert the project to Visual Studio 2008's version of VSTO. ...
Hi, Thank you for your response. This was exactly the issue. Updated my installer to now use the latest build of the VSTO SE runtimes! Thank you!!!! Saved...
Hi Outlook 2003 (latest SP) crashes if a user defined field is accessed from a view. The field is shown without any issues in the detail form view. The form is...
I'm glad that helped. Sometimes it's hard to keep track of all the changes MS puts out, and there's usually no good single source for keeping up on things. If...
Hi, I'm unclear as to what you mean by "The field is shown without any issues in the detail form view". Do you mean a specific folder view or when you actually...
Hallo I have used Redemption (RDOSession) to create an Outlook appointment application. In the application I have used DateAndTimePicker to set Date and Time...
Do you mean after the switch to/from DST, the appointment time changes when displayed by Outlook? Or that it is wrong at the time the date/time is set? Keep in...
If I spesify time should be set to 12:00 When I create the Outlook appointment with the RDOSession – The time are set to 13:00 When we are in the summertime...
I am not sure why you are converting anything to UTC: just set the Start property to 12:00 in the local time zone, Redemption will take of converting it to the...