I have a VB6 app that is accessing Outlook/Exchange. On occasion the application hangs (softly) when trying to add an email address so I can make a calender...
Does the string you are passing represent some entry in your Contacts? This is an outside or standalone program, not an Outlook COM addin? If so, have you...
Ken I added the ObjNS.Login line and will see what happens. It is odd that the problem only occurs occasionaly (about 1 in every 5-10 times the code executes)....
One other thing to check is to see if you still get resolution errors if you supply an actual email address and not a name string. Ken Slovak Slovak Technical...
Thanks Ken for the suggestion. I am assuming you mean an address like first.last@...? I will let the change you suggested earlier run for a few days to...
Ken It may be a little too early to claim success but after I added the objNS.Logon "", "", False, False my application made several calender entries yesterday...
Outlook delays logging to a profile for as long as it can, which can sometimes cause problems - like messages getting created n the Inbox rather than the...
I need to create a message from an Access 2007 button. However, when I try to declare the variable as follows I get the message that the user type is not...
It sounds like you don't have a reference set to the Outlook application in your VBA project. Open the project and select Tools, References. Make sure Outlook...
In an Outlook message, you can set your S/MIME (or other) security settings via the Options|Security Settings|Change Security Settings dialog. That's where you...
I'm struggling to set the icon on the 'Show' ribbon group for a form region. I'm using the <page> sub-element of the <icons> element in the form region XML...
Normally for ribbon images I use PNG files with 32x32 resolution, true color and the transparency in the alpha layer of the PNG. That produces the best ...
Thank you Ken. I guess you're relying on image scaling too then? If you look at the standard Outlook 'Task' and 'Task Details' icons on the ribbon 'Show'...
To me the scaling looks good when I use one of those PNG images, I don't bother with different images for different screen resolutions. If you want to provide...
That's an interesting idea, but I'm not sure it will help. The issue is not screen resolution, but the width of the ribbon or Inspector window. If the ribbon...
I'm not sure what you mean by narrow or wide in this context. Do you mean large or normal size ribbon controls? If so you control that and can supply different...
Ah, that's interesting! Yes, I mean large or normal size ribbon controls, sorry for the confusion. How do I control ribbon control size? Will this work for...
If you specify "addin" as a tag under the "icons" element your addin would handle the GertFormRegionIcon() callback, but it would have to specify an ICO file...
Thanks John Warner ... From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of ijourneaux Sent: Thursday, May 21, 2009 12:51 PM To:...
Hello Redemption question: There is no problem with this if I use the internal Item.Start field, but if I use a Custom Date field I have problems to set the...
I'm having a problem with a multi select list box on a form region. It just doesn't seem to work correctly. When you move the mouse over a new row, it takes...
What version of Redemption are you using? Note that you can always set the property using Fields[] - unlike UserProperties collection, no conversion from/to...
Thanks for the speedy response, Ken. I avoided the Olk* controls as your book warns against them. However, I just tried the OlkListBox control and the results...
The version is: 4.6.0.924 Regards Terje Fra: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] PÃ¥ vegne av Dmitry Streblechenko Sendt: 26. mai...
I just checked in the book, and the warning is not to use the OLK* controls on custom form pages. They are designed to be used on form regions, and because...
Thanks a lot. Version 4.7. did the job – It works fine. Where can I get an upgrade to our Distributable version of 4.6. and upgrade this to version 4.7 ...