| Thread | Last Post | Replies |
|
| Extract sender of emails email address | 08 Mar 2007 05:53 GMT | 3 |
Hi, I've got the code below which extracts the subject and senders name of emails in a specific folder, however, when I ask for SenderEmailAddress, it is returning something like, /O=HAYS/OU=HAYS ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=NXPEA which i'm guessing is the
|
| Need help with auto reply based on text in body | 08 Mar 2007 05:15 GMT | 2 |
Okay, I have looked through the rules in outlook 2000, 2003 and 2007 and can not find anything that lets me "auto send" mail based off of an email that will be in the body of the email recieved. Ebay sends us an email stating that blahblahblah@isp.net has won the auction
|
| Restricting appointments in a user's calendar folder using RDO | 07 Mar 2007 20:46 GMT | 2 |
My assignment is as follows: -I need to retrieve user appointments in a given timespan from Exchange. Due to performance issues I need to be able to restrict the folders containing appointments server side.
|
| (VSTO SE) <folder>.Items.ItemAdd Event does not fire | 07 Mar 2007 20:41 GMT | 5 |
I am trying to handle the ItemAdd event on a number of folders under my default mailbox in Outlook. I find the Event fires for a while and then stops. Can anyone help explain why? The following code is in from a VSTO SE AddIn. 1) I find a folder which I will handle the ...
|
| Code to switch from Outlook as editor to Word and back | 07 Mar 2007 15:42 GMT | 3 |
I am not a programmer. I know how to create macros in Word (by recording) but not Outlook. I'm using Outlook 2003. The only time I want to use Word as my email editor is when I need to create a hyperlink to a file using a simple browse.
|
| Change format of a mail back to text-only | 07 Mar 2007 08:29 GMT | 2 |
maybe someone can help me. I stumbled over an (obviously well known) problem in Outlook 2000. The plan is to write a macro that adds some text at the end of every mail before sending the mail. When I modify the "Item.Body" of a plain-text mail,
|
| Toolbar Developmetn | 07 Mar 2007 06:23 GMT | 1 |
How can i develop a Toolbar for browsers from scratch? any inputs?
|
| Alternative to using SENDKEYS in Outlook 2003. | 07 Mar 2007 06:14 GMT | 1 |
We are currently using a few sendkeys macros to do one of the following three things. 1) type specific text inside an email message. 2) save a document in Outlook format.
|
| Strip Attachments AFTER sending | 06 Mar 2007 22:42 GMT | 1 |
I am writing a macro in the itemsend event of the Outlook 2007 Application object. When the outgoing mail has attachments that are over a certain size, I want to pop a message box offering to send the note, then remove the attachments before saving (just the note) in the Sent ...
|
| Appointment Time Rounding Issue | 06 Mar 2007 00:12 GMT | 2 |
After creating an Appointment Item programmatically, Outlook 2002 fails to identify the item when looping through the Items collection of the Calendar folder. This happens when the Appointment is on the half hour, but it doesn't happen when the Appointment in on the hour. Is there ...
|
| 80004005 Getting Body | 05 Mar 2007 20:39 GMT | 4 |
Hello all. First time posting. I am using Outlook 2003 on Windows XP. I have an application that scans emails in a particular folder. The folder has about 900 emails in it. The program gets about half way throught the emails and all of a sudden, it starts getting
|
| Category separator character? | 05 Mar 2007 17:50 GMT | 2 |
In Outlook 2003 English (US) the catgories are separated with a comma ',' character. In Outlook 2003 Spanish (Spanish) the character seems to be a semi-colon ';'. You can see these on a message by selecting one in an Inspector, and looking
|
| macro's in Outlook (e-mail) | 05 Mar 2007 10:24 GMT | 5 |
How can I use/copy/import existing macro's (in Word) in Outlook (office 2003) without using Word as editor ?
|
| macro to change to html and set style | 05 Mar 2007 06:56 GMT | 13 |
i'm trying to set with a macro the styles of an email on Outlook 2003. what i want to do (in regexp+html) /^\+ (.*)/<b>+ $1<\/b>/ /^([A-Z0-9].*)$/<hr>\n<i>$1<\/i>/
|
| How to insert an email adress into a new message | 05 Mar 2007 06:44 GMT | 11 |
can anyone help me how to insert an email adress into a new message via a "macro button"? I would like to set up 5 different macro buttons for 5 most frequent people. These macro buttons should be assigned with the respective
|