| Thread | Last Post | Replies |
|
| Notify change of IP address | 10 Nov 2003 02:21 GMT | 2 |
Does anyone know of a VBA program or script that automatically sends an email when the computer's IP address changes? I need this because the computer I connect to via a VPN uses a DSL connection and PPPOE in which the IP address changes each time the computer needs to be ...
|
| Desperately seeking a solution to generating emails from Excel. | 09 Nov 2003 23:00 GMT | 2 |
Please help, I'm getting desperate - and my scalp is starting to reflect light ! I have this piece of code which scans my 'sent' folder and is supposed to generate a reply if any sent emails contain a certain word.
|
| Using the Search object | 09 Nov 2003 21:35 GMT | 2 |
Hi, I looked up online help 'using the search object'. The example works. But the problem I have is that I want to be able to export to Word or Excel data from the item fields. The object browser for the Search object does not include
|
| Format a form | 09 Nov 2003 14:26 GMT | 3 |
I have been given a task of automating the appointments form with predefined headings within the body of the appointment. I have some VBA experience but am unfamiliar with outlook object model and events. can some one point me in the right direction
|
| Programatically Mark as Read | 08 Nov 2003 16:33 GMT | 1 |
I have filters set up to move most junk mail to a specific folder. I now want to mark all those items as read. I find that the the folder and each MailItem has an Unread property that is Read Only.
|
| EntryID & StoreID - lengths | 08 Nov 2003 12:20 GMT | 2 |
I've read somewhere else in this forum that it is not possible to determine the maximum size of EntryID - is this because for an inbound email the EntryID is = the Message ID in the message header, ie set by the sending system?
|
| No standard toolbar | 08 Nov 2003 03:11 GMT | 1 |
Is it possible to add code (vbscript code) to a custom form saying NOT to have the standard toolbar displayed when using that specific form only (having the standard toolbar return when the form is sent)?
|
| Linking Contacts | 08 Nov 2003 03:11 GMT | 1 |
Hi all, On the Outlook contact form, bottom left corner there is a contacts button that lets you link other contacts to the contact displayed on the form.
|
| Automatically add contacts from a vCard attachment | 08 Nov 2003 03:10 GMT | 1 |
Is it possible to take a vCard attached in an email and automatically import it as a new contact. I have some code that loops through each mail in a folder and gets the attachment, but I don't seem to be able to save it as a contact.
|
| Macro that will dial phone | 08 Nov 2003 03:08 GMT | 1 |
How do I code a macro to initiate a phone call using the dailler in Outlook?
|
| HELP !! Custom Form Missing When I run it | 08 Nov 2003 03:08 GMT | 1 |
I developed a new custom form in Outlook 2000 that uses MS Word to pring some fields. As I was working on it, I would choose the "Form" menu option and choose "Run Form". When I would get a step to work like I want it, I would publish the form. I did this all day long and
|
| Changing OutlookBarShortcut Icon in Office 2000. | 08 Nov 2003 03:07 GMT | 1 |
Greetings I'm hoping to find out how to alter the icon shown in the Outlook bar when programmatically adding a shortcut from an outlook add-in. Unfortunately I am constrained to use Office 2000 so the Set Icon
|
| Open Up Message file and save attachments.... | 08 Nov 2003 02:43 GMT | 1 |
All, I would like to open up a bunch of Outlook files that were saved to files. Then if they have attachments, I would like to save them off to a pre determined directory.
|
| detecting duplicate appointments & meetings | 08 Nov 2003 02:41 GMT | 1 |
Hi can anybody help please. I am trying to find the best way to detect duplicate appointments & meetings in outlook when I create them automatically from an Access database.
|
| convert body message in specific outlook folder to text file in harddisk | 08 Nov 2003 02:39 GMT | 1 |
Hello, I have a subfolder in inbox folder,I have a rule that send a specific email direction to this subfolder, I need convert body of the mail in this subfolder to a text file in hard disk,¿How can I do it? Thank you.
|