Home All Groups Group Topic Archive Search About

Outlook - outlook.vba

microsoft.public.office.developer.outlook.vba
Score Problem in creating outlook task remotely using outlook object mod
rujuta_l - 9 Jul 2009 10:30 AM - 2 messages
Hello, We are trying to create task in tasks folder of outlook using outlook object model in ASp.net2.0 web application. The code is like this Dim oApp As Outlook.Application = New Outlook.Application()       Dim oNS As Outlook.NameSpace = oApp.GetNamespace("mapi") ' ...
Score PropertyChange event not working
Matt - 8 Jul 2009 11:00 PM - 8 messages
I am trying to get the PropertyChange event to fire using MS Outlook 2003... but for some reason it doesn't. Thought I could just set the variable to the AppointmentItem and use the WithEvents. Any help is appreciated. Thanks, Matt (code below) ...
Score Outlook 2003 ItemAdd event does not execute sometimes
hiteshgoldeneye - 6 Jul 2009 12:53 PM - 4 messages
Hi I have written some code to log mail details, using Outlook vba. I have use the ItemAdd event, but to my surprise i saw that a couple of mails did not get logged today during a particular time interval- I am ...
Score Get delegates property for a contact.
Kalyan - 6 Jul 2009 10:05 AM - 2 messages
Hi, I have a requirement to get delegates(Send on behalf of [Tools > Options > Delegates]) for a given contact address in VBA code. Could you please help on this? How can I get the delegate property in MAPI/Outlook object model? ...
Next » 2 3 4 5 6 7 8 9 10