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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 26926 - 26955 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26926
Thanks a lot for the information. Is it possible to enable the VBScript code in the one-off forms? Are there ways to implement the changes mentioned below...
Chandru
chopssekar
Offline Send Email
Feb 1, 2007
9:28 am
26927
The best solution would be to publish the form and use a different approach to launching it. See http://www.outlookcode.com/d/launchform.htm...
Sue Mosher
sue_mosher_g...
Offline Send Email
Feb 1, 2007
1:50 pm
26928
I have an Outlook Add-In which is a shim dll launching the actual handler written in C##. It worked reasonably well when it was compiled with .NET 1.1 and...
Max Shariy
mshariy
Offline Send Email
Feb 1, 2007
11:50 pm
26929
i have 2 email ac conf. in outlook. the folder names goes like:- 1) kedar <- configured later(IMAP) 2) Personal Folders <- originally default outlook(POP3) now...
theghost_k8
Offline Send Email
Feb 2, 2007
11:34 am
26930
Default account and default information store are not the same thing. GetDefaultFolder works against the default store. An IMAP account's proxy PST file cannot...
Sue Mosher
sue_mosher_g...
Offline Send Email
Feb 2, 2007
3:27 pm
26931
Thank you for the link. I want some help in formulas for validations: 1) How to check whether the entered number is a valid number? 2) How to check whether...
Chandru
chopssekar
Offline Send Email
Feb 4, 2007
9:58 pm
26932
1) What do you consider "a valid number" for the purpose of your application? Any number entered for a number property value is considered valid as far as...
Sue Mosher
sue_mosher_g...
Offline Send Email
Feb 4, 2007
10:17 pm
26933
I'm trying to understand a problem I'm having with attachments in messages originally composed with RTF. Here's how to basically reproduce what I'm seeing...
Brad Smith
bpsmicro
Offline Send Email
Feb 6, 2007
7:14 pm
26934
RTF -> HTML conversion is internal to Outlook, it cannot be tweaked AFAIK. _____ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 6, 2007
7:22 pm
26935
Yeah. I'd be just as happy if I could tweak the RTF and then have the OOM BodyHTML property updated accordingly, but no matter what I do, it doesn't sync up...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Feb 6, 2007
7:30 pm
26936
Hi We are trying to use the code shown below to save an appointment in another users shared calendar. When the code is run from the custom form, stored in the...
metnet43
Offline Send Email
Feb 6, 2007
9:58 pm
26937
More detailed description: Outlook loads COM Add-in shim dll and calls OnConnection(). The shim dll creates AppDomain, creates instance of IDTExtensibility2 ...
Max Shariy
mshariy
Offline Send Email
Feb 6, 2007
10:16 pm
26938
Hi all, This is probably a very basic question, sorry if this has been asked a number of times - I couldn't find it in the archives though. I would like to...
RoelVanhout
Offline Send Email
Feb 9, 2007
1:40 am
26939
You can just copy necessary files from VC6 to you project directory. ... -- With best regards Henry...
Henry Gusakovsky
doubelbug
Offline Send Email
Feb 9, 2007
9:10 am
26940
Microsoft just released it's Exchange update tool this past Friday. I was wondering if anyone has applied all of the DST "patches" to their environments over...
Gomez, Mary Lou
marylou.gomez@...
Send Email
Feb 12, 2007
6:45 pm
26941
Hi, I have a query and I hope you can help on this. I got user-defined views of contacts also displaying user-defined controls which I implemented on a contact...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Feb 12, 2007
7:49 pm
26942
Hi, I'm posting this question as a result of the discussion on this thread: http://tech.groups.yahoo.com/group/outlook-users/message/47409 Very briefly, I am...
Avrom Finkelstein
avromf
Offline Send Email
Feb 14, 2007
7:48 pm
26943
Item.Subject = Item.Subject Item.Save Fake Outlook into thinking that something was modified. _____ From: outlook-dev@yahoogroups.com...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 15, 2007
3:22 pm
26944
Hi, I don't have a background in VB or Outlook programming so can you explain how this would be implemented so that it would execute that code apon drag and...
Avrom Finkelstein
avromf
Offline Send Email
Feb 15, 2007
6:07 pm
26945
You would have to handle the ItemAdd event for the Items collection for each folder where you wanted to track the items being added. That of course would have...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 15, 2007
6:57 pm
26946
Does anyone know if there is a simple way to show the dialog displayed when user hits Edit > Move to Folder... Hopefully just a quick API call?? ++ Also what's...
bobbyray.diamond
bobbyray.dia...
Offline Send Email
Feb 17, 2007
7:29 am
26947
Namespace.PickFolder. Outlook doesn't provide a direct way to determine the user's font preference. It's stored in the registry, assuming the user is not using...
Sue Mosher
sue_mosher_g...
Offline Send Email
Feb 17, 2007
2:47 pm
26948
Many thanks Sue. Really appreciated ... in a ... displayed ... selections ... consistent...
bobbyray.diamond
bobbyray.dia...
Offline Send Email
Feb 18, 2007
12:39 am
26949
The StoreID: Item.Parent.StoreId with getFolder method DON'T show the folder where the item is located. Is correct ? Rino ... Da: outlook-dev@yahoogroups.com...
Rino Salvatore Cosent...
rinosalvator...
Offline Send Email
Feb 19, 2007
8:48 am
26950
Item.Parent tells you the folder where the item is located, not Item.Parent.StoreID....
Sue Mosher
sue_mosher_g...
Offline Send Email
Feb 19, 2007
3:08 pm
26951
Hello everyone... i have couple of questions 1. how to programmatically retrive E-mail address from an local contact which is actually an Exchange entry. one...
Prashanth HD
prashanthhd
Offline Send Email
Feb 19, 2007
5:20 pm
26952
Item.Parent is the name of folfer. Thereis a method to show the folder with Item.Parent .GetFolderFromID don't work GetFolderFromID(Item.Parent) Thank for help...
Rino Salvatore Cosent...
rinosalvator...
Offline Send Email
Feb 19, 2007
6:36 pm
26953
Sounds like you are using Redemption (SafeItem variable), so. 1. PR_SMTP_ADDRESS (0x39FE001E) is not available in the cached mode, but...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 19, 2007
6:41 pm
26954
Item.Parent property is not a string, it is MAPIFolder, whose default property happens to be Name, hence you see the folder name when you call MsgBox...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 19, 2007
7:33 pm
26955
Hi there, In Older versions of Outlook (2K - 03) I could (if Word was email editor) use word automation to add text to an email using a com addin. MySelection...
Jason Coley
jazcoley
Offline Send Email
Feb 19, 2007
9:13 pm
Messages 26926 - 26955 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