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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 27241 - 27270 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27241
I added a fifth phone selector field under the four that are on the Contacts/General tab and published it to the Personal Forms Library. Using this form I can...
Rufus Vernon
rufusvernon
Offline Send Email
Aug 3, 2007
1:32 am
27242
Hello, In previous versions of Outlook one could link a public journal folder to a contact folder. Then, clicking on a contact and going to the Activities tab...
richardk45a
Offline Send Email
Aug 3, 2007
6:27 pm
27243
There are many, many reports of this problem and no workaround yet. If you have a retail version of Office or a support contract, I'd suggest you file a formal...
Sue Mosher
sue_mosher_g...
Offline Send Email
Aug 3, 2007
7:43 pm
27244
Hi, Sue -- Thanks for taking the time to respond to my note. Our very simple environment has only the Exchange "Organizational Forms Library" for serving...
Glascock, Donald
sppdg
Offline Send Email
Aug 6, 2007
1:20 am
27245
I hope you can help me on this: I wasn't thinking for a moment and changed ipm.contact to ipm.dialoger instead to ipm.contact.dialoger. Is there any way to ...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Aug 8, 2007
3:59 pm
27246
The process is the same as you've probably already done: Run code to iterate the items, change the MessageClass value to "IPM.Contact.Dialoger," and save each...
Sue Mosher
sue_mosher_g...
Offline Send Email
Aug 8, 2007
4:24 pm
27247
This macro automatically adds a reference no in each mail sending from outlook. The first mail will get reference no.1 and sub sequent mails have the reference...
rsas_1980
Offline Send Email
Aug 8, 2007
4:28 pm
27248
I hope you can help me on this: I wasn't thinking for a moment and changed ipm.contact to ipm.dialoger instead to ipm.contact.dialoger. Is there any way to ...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Aug 8, 2007
4:28 pm
27249
A VBS file with the following contents should get the job done. You can replace Application.ActiveExplorer.Selection with ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 8, 2007
5:04 pm
27250
Hello, i'd like to extend the message view in any outlook client version. Not only should it should the defaults of Subject and From etc. but also a specific...
harakiri_23
Offline Send Email
Aug 14, 2007
1:51 pm
27251
The headers are all stored in a single property (PR_TRANSPORT_MESSAGE_HEADERS) and would have to be parsed out of that property, including any x-headers. The...
Ken Slovak
kenslovak2000
Offline Send Email
Aug 14, 2007
2:10 pm
27252
It may be possible to use Addin-Express and their ADX controls to add the info into a top bar, I am sure you can add it to the preview pane and also to open...
Jason Coley
jazcoley
Offline Send Email
Aug 14, 2007
8:14 pm
27253
Thanks for the reply. I read that it is bad practice to replace the default form with a custom one. Does this also affect my case when i only want to change ...
harakiri_23
Offline Send Email
Aug 15, 2007
10:06 am
27254
thanks for your reply, i'd saw addin-express earlier and the demonstration video looked promising. However for the simply case of the program i dont really ...
harakiri_23
Offline Send Email
Aug 15, 2007
10:10 am
27255
Unless you plan to distribute your Redemption code Redemption is free for personal use. It only costs if you intend to redistribute the Redemption library. Ken...
Ken Slovak
kenslovak2000
Offline Send Email
Aug 15, 2007
2:59 pm
27256
Internet headers are there for emails that come in through the Internet. If you're on Exchange and an external email comes in it will have the headers. An...
Ken Slovak
kenslovak2000
Offline Send Email
Aug 15, 2007
3:02 pm
27257
Hi there, I would be open to creating a custom addin for you if you would like, email me at Jason@... if you would like to discuss this...
Jason Coley
jazcoley
Offline Send Email
Aug 15, 2007
10:59 pm
27258
We've all seen the standard "how do I get the SMTP address of an Exchange user" queries and answers. I have all that stuff working fine. But I am poking at one...
Brad Smith
bpsmicro
Offline Send Email
Aug 24, 2007
4:04 pm
27259
Take the value of the corresponding entry id (Email1EntryID - use MAPI, OOM returns a binary string rather than hex from ContactItem.Email1EntryID) and use it...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 24, 2007
4:46 pm
27260
Hmm, that sounds like a good idea. At the moment it looks like we're going to document this as a "known limitation" for now because it's only one customer...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Aug 24, 2007
10:26 pm
27261
Correct, PR_EMS_AB_PROXY_ADDRESSES is available in the cached mode, PR_SMTP_ADDRESS is not. From: outlook-dev@yahoogroups.com...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Aug 24, 2007
10:58 pm
27262
Use PR_ENTRY_ID from recipient in recipient table. This gives you the entry into personal address book, this entry does not have all the fields, retrieve...
Srin Kumar
srin_kumar
Offline Send Email
Aug 25, 2007
3:37 am
27263
I have a custom form saved to a public folder. I'd like to make it more convenient by making it a toolbar button. I don't know how to write macros. I know that...
franklinstaiwan
Offline Send Email
Sep 4, 2007
9:05 am
27264
To create a new instance of a custom form programmatically, use the Add method on the target folder's Items collection: Set newItem =...
Sue Mosher
sue_mosher_g...
Offline Send Email
Sep 4, 2007
11:48 am
27265
We have created an application in Outlook2003 (placed inside the VBAProject.otm file) In the program we have been using the DateTimePicker (mscomct2.ocx) Now...
Terje Kristiansen
terje252003
Offline Send Email
Sep 4, 2007
7:04 pm
27266
... Unable to cast COM object of type 'System.__ComObject' to interface type 'MAPI.AppointmentItem'. This operation failed because the QueryInterface call on...
Rory A. Apperson
rapperson@...
Send Email
Sep 7, 2007
6:50 pm
27267
Using .NET and CDO is cumbersome at best, as the .NET environment is strongly typed and CDO is, well, CDO. I have punched thousands of lines of CDO in VB6,...
bill tokar
tokarbil
Offline Send Email
Sep 7, 2007
10:17 pm
27268
I'm working on a problem I can't seem to get a handle on, and maybe somebody has an idea. It's an Outlook COM add-in in .NET (no VSTO or anything), designed to...
Brad Smith
bpsmicro
Offline Send Email
Sep 7, 2007
11:32 pm
27269
This is a known CDO 1.21 problem - it only returns MAPI.Appointment from the default Calendar folder when you loop through the folder items or (in case of...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Sep 8, 2007
12:02 am
27270
Hi all, I am developing a snippet for extraction of msg propeties, I am using outlook 2003. Now my problem is the current mapi_utils does not extract the ...
jonathan_z_deguzman
jonathan_z_d...
Offline Send Email
Sep 10, 2007
2:19 am
Messages 27241 - 27270 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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