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...
27862
Ken Slovak
kenslovak2000
Apr 1, 2009 1:04 pm
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...
27863
Keith Ball
popecheezy
Apr 9, 2009 1:15 pm
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...
27864
Ken Slovak
kenslovak2000
Apr 9, 2009 2:50 pm
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...
27865
Keith Ball
popecheezy
Apr 9, 2009 2:58 pm
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. ...
27866
Ken Slovak
kenslovak2000
Apr 9, 2009 3:25 pm
Hi, No, there were at least 2 runtimes released for that version (VSTO 2005 SE), so I'm not talking about changing VSTO versions. See ...
27867
Keith Ball
popecheezy
Apr 14, 2009 8:46 am
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...
27868
Jogi77
Apr 14, 2009 12:32 pm
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...
27869
Ken Slovak
kenslovak2000
Apr 14, 2009 12:34 pm
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...
27870
John Warner
batesview
Apr 14, 2009 1:00 pm
Could a row in the Exchange database be corrupt? John Warner ... from a ... is based ... to ... crashes. It is ... field. Outlook...
27871
Ken Slovak
kenslovak2000
Apr 14, 2009 1:07 pm
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...
27872
Terje Kristansen
terje252003
Apr 17, 2009 5:45 am
Hallo I have used Redemption (RDOSession) to create an Outlook appointment application. In the application I have used DateAndTimePicker to set Date and Time...
27873
Dmitry Streblechenko
dimastr2001
Apr 17, 2009 6:47 am
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...
27874
Terje Kristiansen
terje252003
Apr 17, 2009 12:44 pm
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...
27875
Dmitry Streblechenko
dimastr2001
Apr 18, 2009 4:37 pm
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...
27876
Terje Kristiansen
terje252003
Apr 20, 2009 7:14 am
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....
27877
vinu_32123
Apr 21, 2009 12:53 pm
Hi, is it possible to know to no of conversations (i.e replies for a sigle mail ) using outlook onject model or redemption library...
27878
Ken Slovak
kenslovak2000
Apr 21, 2009 1:04 pm
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...
27879
ijourneaux
Apr 22, 2009 3:48 pm
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...
27880
Dmitry Streblechenko
dimastr2001
Apr 22, 2009 4:29 pm
Is Outlook running at the time your app is executing? Have you tried to add a call to Namespace.Logon? From: outlook-dev@yahoogroups.com...
27881
Cain T. S. Random
cainrandom
Apr 22, 2009 4:58 pm
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...
27882
John Warner
batesview
Apr 22, 2009 4:59 pm
What happens for testing purposes if you Set objDummy = objOutlook.CreateItem(olMailItem) On Error Resume MyLabel Set objRecip =...
27883
ijourneaux
Apr 23, 2009 3:30 pm
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....
27884
ijourneaux
Apr 23, 2009 3:32 pm
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...
27885
ijourneaux
Apr 23, 2009 3:44 pm
A few weeks ago, to eliminate the Application Busy, Switch To, Retry dialog box, I added the lines App.OleRequestPendingTimeout = 2147483647 ...
27886
vinu_32123
Apr 27, 2009 1:29 pm
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...
27887
Dmitry Streblechenko
dimastr2001
Apr 27, 2009 1:46 pm
Have you looked at RDOSession.Stores collection in Redemption or Namespace.Stores in Outlook 2007? From: outlook-dev@yahoogroups.com...
27888
vinu_32123
Apr 28, 2009 1:00 pm
... 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...
27889
vinu_32123
Apr 28, 2009 1:24 pm
... i used only RDOSession.Stores collection in redemption...
27890
Dmitry Streblechenko
dimastr2001
Apr 29, 2009 7:25 am
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:...