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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 26405 - 26434 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26405
Hi! How can I retrieve the outgoing mail server when a user is sending an email? I want to be able to see if the SMTP server can be relayed or not (and use...
edovia607
Offline Send Email
Jun 1, 2006
9:48 pm
26406
Sue Thanks for the example. Having just got custom toolbars working, which I now find is obselete in Outlook 2007, I'd be interested to learn how to use the...
Charles Sinclair
tasklineuk
Offline Send Email
Jun 2, 2006
9:03 am
26407
See http://spaces.msn.com/turtleflock-ol2007/ for a walkthrough that creates an adjoining form region to show every contact's current age. No code required...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 2, 2006
2:10 pm
26408
Sue, How do you access the custom forms data from the Outlook object model. Are they under "UserProperties". For example, the Travel agency form that they cite...
Rajeev Bharadhwaj
rajeevb2
Offline Send Email
Jun 2, 2006
2:49 pm
26409
You'd have to look at the Travel Agency application itself when it comes out for Beta 2 (real soon now). That data could very well be coming from an external...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 2, 2006
3:55 pm
26410
What the intended purpose of the OrganizationalIdNumber field? The MSDN docs are very vague. Is there a defacto meaning, or is it safe to commandeer for our...
richardk45a
Offline Send Email
Jun 2, 2006
11:57 pm
26411
Use it for whatever you like....
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 3, 2006
12:14 am
26412
I a have program which is written as client extension (Outlook 2003, sp2). In my code I am creating new messages and calling Save method for each message. I...
umnik700
Offline Send Email
Jun 7, 2006
8:38 pm
26413
Do you close it as in "File | Close" or as in "kill it from the Task Manager"? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 7, 2006
9:03 pm
26414
I am closing it by clicking X icon in the top-right corner. ... [mailto:outlook-dev@yahoogroups.com] On...
Sergey Golovchenko
umnik700
Offline Send Email
Jun 7, 2006
9:08 pm
26415
When closing from Task Manager or by clicking X in the top-right corner, Outlook just exits without commiting the changes. When closing from File | Exit, in...
Sergey Golovchenko
umnik700
Offline Send Email
Jun 8, 2006
2:12 pm
26416
There isn't any public API for that, and frankly speaking, I have never seen Outlook failing to commit any changes if you use File | Exit. With the Task...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jun 8, 2006
3:07 pm
26417
Yes, I am sure that the Save succeeds. Back to my example, while the program is running I can see that there are 200 messages saved successfully. But when...
Sergey Golovchenko
umnik700
Offline Send Email
Jun 8, 2006
3:51 pm
26418
Hi, I have been surfing the web trying to find the answer to the following question: 1. Can I configurate Outlook programmerly with my certificate for sign and...
myjebel
Offline Send Email
Jun 14, 2006
12:15 pm
26419
Hi, I need to know where outlook store its Calendar Information data in Local Machine. And which type of database it use i.e. MSDE or Access or any other. I...
peey_2004
Offline Send Email
Jun 14, 2006
12:23 pm
26420
I believe , Outlook stores its calendar information in its default MAPI store. It is a hierarchy based storage system. I think it has an extension of .PST ... ...
Bikash Rai
rai_keta
Offline Send Email
Jun 14, 2006
12:34 pm
26421
Yes. All of the appointments, contacts, tasks, and notes in the "Personal Folders" hierarchy are stored in a .PST file, which is managed by the Outlook MAPI...
Eric France
de_labarre
Online Now Send Email
Jun 14, 2006
2:16 pm
26422
The default store could also be an Exchange mailbox. The location doesn't matter. The techniques used to access the data are the same, regardless....
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 14, 2006
2:31 pm
26423
Yes, I agree. calendar in the MAPI folder folder("MAPI").getdefaltFolder("olcallendar") ... -- ËÕ¿¤³Ç Felix. Su Skype:felix.su Yes, I agree. calendar in...
Felix Su
linhrdom
Offline Send Email
Jun 15, 2006
9:37 am
26424
Dear bikash, can u plz tell me the location of that .PST file on hard disk ??? Thanks & Regards Peeyush Gupta, Software Engineer QBit Systems India Ltd., ...
Peeyush Gupta
peey_2004
Offline Send Email
Jun 15, 2006
9:37 am
26425
The user can store their .pst file anywhere on the disk. You access the basic folders through Outlook automation, using Namespace.GetDefaultFolder, the same...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jun 15, 2006
12:17 pm
26426
... Private WithEvents GlobalOutlookReminders As Outlook.Reminders ' called before download Public Function GetOutlook(ByRef OutlookApp As Object) As Boolean ...
Eric France
de_labarre
Online Now Send Email
Jun 15, 2006
4:08 pm
26427
hi, I have totally forgotten the password for my outlook .pst file(Personal Folders). The folder was listed when I opened outlook and it prompted me for the...
Sriram N.S.
sriram_ns
Offline Send Email
Jun 19, 2006
12:17 pm
26428
I had once forgoten my outlook password. There is a software that can recover it, but i don't remember the name, do a google search, u can find it. ... -- ...
Felix Su
linhrdom
Offline Send Email
Jun 19, 2006
3:53 pm
26429
Google for the following tool. I don't know if it is still out there ( I got it many years ago). PST19UPG: (PST Password Stripper) This utility was originally...
Nikki Peterson - CIOX
skippyletterman
Offline Send Email
Jun 19, 2006
4:22 pm
26430
We have a Windows Service that needs to extract and save the attachments from the .EML email message files that the Windows SMTP Service leaves in ...
Michael Herman (Paral...
mwherman2000
Offline Send Email
Jun 20, 2006
2:46 am
26431
Hi, Is there utility/tools that can manage .pst data. Delete first email fr mailing list, bc normally contain question only. Delete 1 liner. Delete all...
Susanto, Alex
alexssto
Offline Send Email
Jun 20, 2006
7:29 am
26432
Anyone know the answer to the question: Can I use CDO (which version?) to load a .EML file from the regular file system? ...or will CDO only load a .EML file...
Michael Herman (Paral...
mwherman2000
Offline Send Email
Jun 21, 2006
7:14 pm
26433
CDO for Windows 2000. Looks like you are after the CDO.DropDirectory object since it exposes a GetMessages method that accepts a file path and returns a...
Neo
neostorm2002
Offline Send Email
Jun 21, 2006
8:55 pm
26434
I have the following problem with a Outlook C++ COM add-in, when I try to change a userPropety value in a mailItem it opens a hide inspector, I close the...
Hernan Danielan
herdanielan
Offline Send Email
Jun 22, 2006
5:56 pm
Messages 26405 - 26434 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