| Thread | Last Post | Replies |
|
| The property "EntryID" in the condition is not valid. | 23 Apr 2005 01:53 GMT | 1 |
I'm trying tu use the Find method of the Items collection to find a contact by the EntryID but get the message "The property "EntryID" in the condition is not valid.". the line is:
|
| Script Needed | 22 Apr 2005 21:24 GMT | 3 |
I need a script that will set a date. Basicly, if some condition goes 'true' then a date will be set and will stay forever. Does anyone know one? Larry Ricci
|
| Get Current User | 22 Apr 2005 21:11 GMT | 3 |
How to read out the current user of Outloo to use it in a code for my userdefined form I tried this Set myOlApp = CreateObject("Outlook.Application"
|
| get senders email address | 22 Apr 2005 20:43 GMT | 4 |
I want to be able to check the address of the person Im sending to. I have a few address's that I want to add a line to every time. All others I do not. I know how to add the line. And presumably I would run it from thisoutlooksession.
|
| Delete contacts belonging to a category | 22 Apr 2005 20:08 GMT | 4 |
I am trying a simple VBA script in order to delete all contacts that belong to a certain category (TData). Here is the code Set miExplorador = Application.ActiveExplorer
|
| Select Exchange mailbox | 22 Apr 2005 18:43 GMT | 1 |
I'm the owner of two exchange mailboxes, one default mailbox and another one, say called "Test". I'd like to select the "Test" mailbox tasks folder in VBA. What's the code to realise this?
|
| Sent redemption message not added to Sent Items folder | 22 Apr 2005 15:08 GMT | 3 |
I am using redemption to send an email message. Everything works fine except I can never get a copy of the message in my sent items folder. I have added a sample of my code below. Set objSession = CreateObject("MAPI.Session")
|
| X-Fields how? | 22 Apr 2005 13:50 GMT | 2 |
I have put the following script into the Thisoutlooksession of Outlook 2000 When I sent mail however the x-test header is not found in the mail i send. HOWEVER... A blank mail is created in the drafts folder, when I open this blank email
|
| Enabling macros in ThisOutlookSession / putting them elsewhere | 22 Apr 2005 03:11 GMT | 4 |
I've created a script for use with a rule in Rules Wizard and have put it into a module in my VbaProject.OTM. The first time that rule runs in each Outlook invocation, I get a security dialog. In my Security Panel, on the Trusted Publishers tab, the "Trust access to
|
| how to underline or bold in create OL message body | 21 Apr 2005 22:15 GMT | 2 |
Hi I tried to automate Outlook email from Access. In the Body, I have text "Important Message" Can I know how to Bold and underline the text?
|
| outlook and removestore | 21 Apr 2005 21:46 GMT | 1 |
i have 2 questions: 1) is it possible use remostore in a vbs files outside outlook? 2) is it possible find all personal folders name attached in an outlook profile?
|
| how to disable dialog box - cdo program | 21 Apr 2005 21:43 GMT | 2 |
I have written a program using cdo to get email address from the Global Address list by reading from an Excel sheet which contains the names , let us 100 names. The problem I am facing is the dialog box.. each time it shows up A program
|
| open? | 21 Apr 2005 21:38 GMT | 1 |
Is there a function in outlook that will allow you to open and see all files in a mapped folder without going to other shortcuts? Thanks
|
| Contacts | 21 Apr 2005 14:40 GMT | 2 |
I'm trying to access the Contacts of an Appointment Item and I can't figure out how, I didn't find a propertie for that in the AppointmentItem Class. Thanks for any help! Alain Vaillancourt
|
| urn:??? name for MailItem.FlagStatus | 21 Apr 2005 14:39 GMT | 1 |
How to reference FlagStatus message property (of MailItem) in Oulook.Application.AdvancedSearch filter parameter text (DASL query)? I found "urn:schemas:httpmail:flagcompleted" and "urn:schemas:httpmail:messageflag" but the first is always null for some reason while the latter is ...
|