Home All Groups Group Topic Archive Search About

Outlook - outlook.vba

microsoft.public.office.developer.outlook.vba
Score ContactItems of "Global Address List"
Jos - 23 Nov 2007 8:31 PM - 2 messages
Hi, I can read the "Global Address List", but I am not able to obtain contactitems. What code should I use for '????? Code snippet: Option Explicit Sub olAdresEntries() Dim olApp As Object Dim olNS As NameSpace Dim olAL As AddressList ...
Score Auto form fill
UkJay - 23 Nov 2007 12:33 PM - 2 messages
Hi There are a few sites that I have to fill in a log on form that doesn't use cookies I would love to be able to run some code to automate this in IE6 Any ideas? James [link] ...
Score *** Bug in GetSearchFolders method ? ***
John Mann - 22 Nov 2007 7:14 PM - 5 messages
Hello, It seems that there is a bug in the GetSearchFolders method. Indeed, the method returns more Search Folders than the list that the Explorer displays. For example, the following Search Folders are returned (in addition to those the Explorer displays) : 'To-Do Search', 'All Messages', 'Search Folder 1', ...
Score How to get mailitem in "Appplication_NewMail" ?
sylvain - 22 Nov 2007 4:20 PM - 3 messages
Hi, I'm trying to write macro to get a reference to the new mail  tanks to "Application_Newmail" function. But to get the new mail, i understood that i have to use ..... Set objItem = Application.ActiveInspector.CurrentItem If objItem.Class = olMail Then ...
Score Using Restrict on Outlook.items
Ralph - 21 Nov 2007 9:14 PM - 4 messages
I am trying to Restrict calendar items by a date, it does not work, the count returns all of the Calendar items. Below is most of my code. Thank you in advance. Dim olAddress As String Dim olCalendar As Outlook.Folder ...
Score email HTMLBody with Word as Email Editor
Mikey - 21 Nov 2007 7:25 PM - 4 messages
Long story short, my addin basically gives the user a couple of templates to choose from and lets them create a flyer based on HTML code. The user also has the option to include up to 3 personal images which can be positioned ...
Score Hoe to set the sender name of a mail Item
DavidE - 21 Nov 2007 2:47 PM - 5 messages
Hi, I create a mailItem and I have to set its sender name but this property is readonly. How can I set this ? Outlook.Application myOlApp=new Application(); Outlook.MailItem mailItem; mailItem.SenderName = "Fred"; Thanks, David ...
Score Searching by To or From fields (Outlook 2003)
Eugene Mayevski - 21 Nov 2007 7:51 AM - 8 messages
Hello! I am trying to write a simple macro that will search for e-mails sent or received within the last 3 months to or from the given e-mail address. A common function when you want to find all mail communication related to some ...
Score Running Outlook Calendar From VB Leaves Orphan Outlook.exe Running
softap - 20 Nov 2007 11:25 PM - 3 messages
Hi I have a small piece of VB6 code to fire up the Outlook calendar from an application. It doesn't need to do any fancy calendar manipulation, it just brings up the Outlook calendar so people can have a look at ...
Score Assigning a Task to another user does seem to work
scott56hannah - 20 Nov 2007 11:58 AM - 2 messages
Hi, <I have already posted this in the excel forum and has been suggested to post here> I am using the CreateItem method to send tasks to other users and it does not register those tasks for the recieving user. ...
Next »