Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27891 - 27920 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27891
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...
ijourneaux
Offline Send Email
May 4, 2009
1:41 pm
27892
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 Slovak
kenslovak2000
Offline Send Email
May 4, 2009
2:06 pm
27893
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)....
ijourneaux
Offline Send Email
May 4, 2009
3:23 pm
27894
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...
Ken Slovak
kenslovak2000
Offline Send Email
May 4, 2009
3:34 pm
27895
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...
ijourneaux
Offline Send Email
May 4, 2009
5:11 pm
27896
Yes, an email address in standard SMTP form. Ken Slovak Slovak Technical Services, Inc. _____ From: outlook-dev@yahoogroups.com...
Ken Slovak
kenslovak2000
Offline Send Email
May 4, 2009
7:29 pm
27897
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...
ijourneaux
Offline Send Email
May 5, 2009
2:37 pm
27898
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
May 5, 2009
5:22 pm
27899
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...
asifyouknew1964
Offline Send Email
May 6, 2009
5:53 pm
27900
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...
Ken Slovak
kenslovak2000
Offline Send Email
May 6, 2009
6:32 pm
27901
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
May 12, 2009
2:23 pm
27902
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...
Charles Sinclair
tasklineuk
Offline Send Email
May 21, 2009
1:53 pm
27903
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 ...
Ken Slovak
kenslovak2000
Offline Send Email
May 21, 2009
2:13 pm
27904
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'...
Charles Sinclair
tasklineuk
Offline Send Email
May 21, 2009
2:48 pm
27905
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...
Ken Slovak
kenslovak2000
Offline Send Email
May 21, 2009
2:56 pm
27906
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...
Charles Sinclair
tasklineuk
Offline Send Email
May 21, 2009
3:23 pm
27907
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...
Ken Slovak
kenslovak2000
Offline Send Email
May 21, 2009
3:47 pm
27908
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...
Charles Sinclair
tasklineuk
Offline Send Email
May 21, 2009
4:12 pm
27909
Just letting everyone know that adding objNS.Logon "", "", False, False solved the problem I was having. Thanks for the help....
ijourneaux
Offline Send Email
May 21, 2009
4:51 pm
27910
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...
Ken Slovak
kenslovak2000
Offline Send Email
May 21, 2009
6:00 pm
27911
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:...
John Warner
batesview
Offline Send Email
May 21, 2009
6:02 pm
27912
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...
Terje Kristiansen
terje252003
Offline Send Email
May 26, 2009
6:42 am
27913
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...
Charles Sinclair
tasklineuk
Offline Send Email
May 26, 2009
6:22 pm
27914
Have you tried it with an OLKlist box? I'd suggest trying that and seeing how it works. Ken Slovak Slovak Technical Services, Inc. _____ From:...
Ken Slovak
kenslovak2000
Offline Send Email
May 26, 2009
6:51 pm
27915
What version of Redemption are you using? Note that you can always set the property using Fields[] - unlike UserProperties collection, no conversion from/to...
Dmitry Streblechenko
dimastr2001
Offline Send Email
May 26, 2009
6:55 pm
27916
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...
Charles Sinclair
tasklineuk
Offline Send Email
May 26, 2009
7:49 pm
27917
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...
Terje Kristiansen
terje252003
Offline Send Email
May 26, 2009
7:55 pm
27918
Try version 4.7: http://www.dimastr.com/redemption/history.htm * When a user property (RDOUserProperty ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
May 26, 2009
8:20 pm
27919
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...
Ken Slovak
kenslovak2000
Offline Send Email
May 26, 2009
8:29 pm
27920
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 ...
Terje Kristiansen
terje252003
Offline Send Email
May 26, 2009
8:43 pm
Messages 27891 - 27920 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help