| Thread | Last Post | Replies |
|
| itemadd not firing | 06 Jan 2006 15:53 GMT | 6 |
I've seen this post numerous times but can't seem to derive the resolution...I've written a very small test app (vb.net code below) to demonstrate. My end goal is to have an app to continually monitor the inbox for new entries and process them according to subject , however,
|
| any way to retrieve user's exchange server? | 06 Jan 2006 01:24 GMT | 1 |
without using CDO? Need a way of retrieving a user's mail server and we have different versions of Outlook (2000, XP, 2003) and not all are guaranteed to have the CDO add-in.
|
| Remove Attachments | 05 Jan 2006 17:46 GMT | 2 |
Does anyone have a program or script to remove attachments from an e-mail? Thanks in advance RW
|
| Please help to Keep ReceivedTime Unchaged | 05 Jan 2006 16:56 GMT | 1 |
Problem: I designed a process to classify my mails (to move every individual mail item into appropriate sub folder). But, the built-in Move procedure changes item.ReceivedTime when it moves items from INBOX folder to sub folder. I want
|
| save email from form to specific folder | 05 Jan 2006 16:41 GMT | 1 |
Welcom, I have a form wit 2 textbox. First textbox i named Subject Second is Body
|
| Inserting a "ControlButtonPopup" | 05 Jan 2006 16:36 GMT | 1 |
I want to insert a new Element with the Type "msoControlButtonPopup" in my (Outlook) CommandBar. But wenn I try to run my VBA-Script I get an Error like "Invalid Call or Argument" (I have the German Version :-) ). Did anyone have experiences with this case or know an other ...
|
| Address of people I sent mail to | 05 Jan 2006 16:20 GMT | 3 |
I have a problem I am working on for a long time with no success. In a userform I wrote code in VBA to read a current email body and send it to a table in access. Everything works fine. The only problem is when I read the address:
|
| Parsing Text | 05 Jan 2006 16:18 GMT | 2 |
I'm having a devil of a time getting a parsing script to work, and am hoping desperately for some guidance. Here's the script thusfar - please understand that there's actually more to it, but I'm finding troubleshooting scripts run from a rule to be
|
| How do I create task folder for calendar reminder Items | 05 Jan 2006 15:11 GMT | 1 |
When I enter remonder Items in my second calendar it tells me I will not be rmindid because i do not have a Task folder, where is this task folder and/ or how do i create one and where. Jerry T.
|
| Redemption library | 05 Jan 2006 15:10 GMT | 1 |
Where and how can I download and install the Redemption library? Thanks, Yonina.
|
| Recording new files in Outlook Journal | 05 Jan 2006 15:09 GMT | 1 |
How do I configure Outlook Journal to automatically record, Quickbooks, FileMakerPro.
|
| Trapping Outlook reply event | 05 Jan 2006 07:04 GMT | 1 |
I need to do some processing on every message I reply to in Outlook 2003. I am familiar with vba for Excel. I know I have to use a class module to trap the event, and that's where I'm getting stuck. I want to initialise the routine when OL opens so the event is always trapped.
|
| Read Only | 04 Jan 2006 19:08 GMT | 2 |
Is there a way to make an entire tab read only? Here's what I'm trying to do: I have 5 tabs on my form. I want to grant write access to only one tab to someone. I was thinking of doing this via a password that you enter in one of the fields.
|
| WrapCompressedRTFStream?? | 04 Jan 2006 18:08 GMT | 1 |
My users forward me spam as attachments so I can get all the internet headers to report it. I know how to use CDO to get an attachment's headers, but not its HTML source. It seems the only way is to get the CDOPR_RTF_COMPRESSED property
|
| ReadLine method for MailItem body? | 04 Jan 2006 13:47 GMT | 2 |
Trying to parse data out of a MailItem's body property. I was thinking to cycle through the .body property line-by-line, and then do my parsing on each line it cycles through. Unfortunately, there doesn't seem to be a ReadLine method that applies to the .body property. So how do ...
|