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 24750 - 24779 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24750
Many thanks to both Scott and Gary. Their solutions worked a treat. Thx Stuart...
Stuart Whyte
starbug1234
Offline Send Email
Dec 1, 2004
8:28 am
24751
to perform the mail merge, I am Replacing certain Pre-defined Tags in Body/HtmlBody of Outlook Item. How do I get Security Prompts in Outlook 2003. I would...
nandan
pnandan13
Offline Send Email
Dec 1, 2004
8:42 am
24752
Hi, I have developed a custom form that users use to email work requests to the maintenace department. The form amoung others has a title field, and a due by...
Stuart Whyte
starbug1234
Offline Send Email
Dec 1, 2004
2:39 pm
24753
When I send a Mail using Redemption, it simply stays in the Drafts folder Kindly Suggest me a Solution. I would appreciate an early Reply. Thanks, Nandan...
nandan
pnandan13
Offline Send Email
Dec 1, 2004
3:41 pm
24754
Definitely you can do this. Here's some code I found in the VB reference guide in Outlook that will allow the user to create a new contact in their contacts...
Scott Perley-TM
outlookdev
Offline Send Email
Dec 1, 2004
3:49 pm
24755
See http://www.dimastr.com/redemption/faq.htm#1 ... From: nandan [mailto:nandan@...] Sent: Wednesday, December 01, 2004 8:37 AM To:...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Dec 1, 2004
5:03 pm
24756
Outlook 2002,2003 Exchange 2000,2003 Greetings All Is there a way to surpress the signature form appearing in the message window when a user opens a custom...
Othello911
Offline Send Email
Dec 1, 2004
6:38 pm
24757
I am trying to programatically configure POP3 and IMAP email accounts with outlook . It will be really great if some one can give me some pointers to ...
p_balamurali
Offline Send Email
Dec 2, 2004
3:07 am
24758
http://www.outlookcode.com/d/ol2003problems.htm#sp1...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2004
3:43 am
24759
Also see the sample at http://www.outlookcode.com/codedetail.aspx?id=645 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2004
3:45 am
24760
See http://www.outlookcode.com/d/sec.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2004
3:46 am
24761
Show a code snippet or at least explain how your instantiating the items and what programming environment you're working in. In the meantime, see...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2004
3:47 am
24762
How do I cancel an appointment in outlook such that is sends the cancel notice to the meeting attendees. appointmentItem.Delete does delete it but does not...
Manish Mathuria
mmathuri
Online Now Send Email
Dec 2, 2004
3:51 am
24763
Hi Any takes on this? If I try to change the meeting time as an attendee by accessing the asssociated appointment with the meeting it changes the time on my...
Manish Mathuria
mmathuri
Online Now Send Email
Dec 2, 2004
3:53 am
24764
How to set Deffered Delivery Time in SafeMail Item. Thanks, Nandan...
nandan
pnandan13
Offline Send Email
Dec 2, 2004
5:44 am
24765
Either set it using the original OOM object assigned to the SafeMailItem.Item property (DefferedDeliveryTime is not blocked) or set the...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Dec 2, 2004
5:54 am
24766
Hi, I am setting DefferedDeliveryTime using the original OOM object assigned to the SafeMailItem.Item property. But no sooner I send the SafeMailItem.It...
nandan
pnandan13
Offline Send Email
Dec 2, 2004
6:34 am
24767
You are using Exchange, right? ... From: nandan [mailto:nandan@...] Sent: Wednesday, December 01, 2004 11:31 PM To: VBA_Developer@yahoogroups.com;...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Dec 3, 2004
2:55 am
24768
NO.OUTLOOK 2003 ... From: Dmitry Streblechenko [mailto:dmitry@...] Sent: Friday, December 03, 2004 8:26 AM To: outlook-dev@yahoogroups.com ...
nandan
pnandan13
Offline Send Email
Dec 3, 2004
3:57 am
24769
Hi Manish, I guess you can use the following m_olAppointmentItem.MeetingStatus = OlMeetingStatus.olMeetingCanceled to cancel the meeting and and may be send...
Ravindra Mohan
mohan_ravindra
Offline Send Email
Dec 3, 2004
8:14 am
24770
Hi All, I need to assign some Task to Recipients of a meeting requests subject to the Recipient accepting the Meeting programmatically. The issue is I am not...
Ravindra Mohan
mohan_ravindra
Offline Send Email
Dec 3, 2004
11:20 am
24771
Folks, I want to insert some customized text into the body of new email that is being composed by end users in an outlook addin. The content of the customized...
jerryjgao
Offline Send Email
Dec 3, 2004
9:52 pm
24772
I found myself the Application::ItemSend event. It works even for problem (1) I described below. ... content ... emails. ... New ... window. ... any ... email...
jerryjgao
Offline Send Email
Dec 4, 2004
12:17 am
24773
I get the following error shown in a message box from Outlook 2k3. "Cannot read one instance of this recurring appointment. Close any open appointments and try...
Manish Mathuria
mmathuri
Online Now Send Email
Dec 4, 2004
3:28 am
24774
I want to know programmatically how to tell whether outlook is offline in OL2000. I find there is a PR_STORE_OFFLINE property in IMsgStore. Wondering how to...
jerryjgao
Offline Send Email
Dec 7, 2004
6:51 pm
24775
I had a problem with my Exchange 5.5 server yesterday and needed to install Outlook (2000) on the server. Now my conference room booking script is failing...
Eric Woodford
ericwoodford
Offline Send Email
Dec 7, 2004
7:33 pm
24776
Dear All, Unfortunately I'm very inexperienced with VBA for Outlook, so I would need some help even to start. I tried to google, but I could not find any...
Lamer Max
lamer_max
Offline Send Email
Dec 7, 2004
9:37 pm
24777
MS article Q250403 talks about this problem. I implemented the approach without CDO, and it works. ... the...
jerryjgao
Offline Send Email
Dec 7, 2004
10:49 pm
24778
This sounds like a problem, where programming would make it much more difficult. Get yourself a PDA. Sync the PDA before you leave and sync again at home. ...
Eric Woodford
ericwoodford
Offline Send Email
Dec 7, 2004
11:58 pm
24779
Hi Jerry, You can find out offlineprogammatically by using the outlook application object. It has propert called Offline which if true means that user is...
Ravindra Mohan
mohan_ravindra
Offline Send Email
Dec 8, 2004
1:54 pm
Messages 24750 - 24779 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