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...
Thanks - I will try to do so. Regards Terje Fra: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] PÃ¥ vegne av Dmitry Streblechenko Sendt: 18....
Hi, Within a folder's Items collection you can filter or restrict on the ConversationTopic property, which is the same for all items in a conversation. You'd...
I have a small VB application that accesses outlook. Everything works most of the time but once every 10 transactions or so the applicaiton sort of hangs. It...
Outlook doesn't keep a count of the number of times a given action has been performed on a message, so: no. But you can try to calculate it yourself given the...
The application is trying to access an Exchange server. It is not a local outlook. I changed the code so that it output the err.number after every statement....
Usually Outlook is no running. The code first trys to see if there is an instance of outlook already running. If not, it creates one. I am not familiar with...
hi, i created accounts(hotmail and live accounts) in outlook using outlook connector. i did not find pst file for those accounts. using redemption or outlook...
... i used RDOSession.Stores collection but it is shows storekind as skunknown and accounttype as mapi. and i think it shows storetype as unknown because of...
Send me an e-mail to my private address and I will send you an updated version that treats Hotmail stores as PST files (that is what they are). From:...