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...
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...
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...
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...
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...
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 ...
Also see the sample at http://www.outlookcode.com/codedetail.aspx?id=645 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for...
See http://www.outlookcode.com/d/sec.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and...
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...
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...
Hi, I am setting DefferedDeliveryTime using the original OOM object assigned to the SafeMailItem.Item property. But no sooner I send the SafeMailItem.It...
Hi Manish, I guess you can use the following m_olAppointmentItem.MeetingStatus = OlMeetingStatus.olMeetingCanceled to cancel the meeting and and may be send...
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...
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...
I found myself the Application::ItemSend event. It works even for problem (1) I described below. ... content ... emails. ... New ... window. ... any ... email...
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...
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...
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...
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...
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. ...
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...