| Thread | Last Post | Replies |
|
| Import Outlook Body as text only into Access | 15 Dec 2006 14:40 GMT | 1 |
I have been looking for a way to resolve Hyperlinks into it "text only" part(s) when importing from Outlook into Access. Example-- Raw import currently:
|
| Outlook move to public folder | 15 Dec 2006 14:39 GMT | 10 |
I keep getting a "one or more parameter values are not valid" on the "objEmail.Move objFolder" line. I can move it to an inbox sub folder without error, and I can manually drag the item to the public folder without error. Any ideas on what's
|
| Saving Attachments using VBA and parsing information from subject/body | 12 Dec 2006 19:56 GMT | 3 |
I am working on some code to automatically save attachments based on information in the email message. I have found plenty on information on the basics of saving attachments, but I am looking to get a little more advanced. First off, I want to stay away from rules all together and ...
|
| Outlook Macro problem | 09 Dec 2006 18:12 GMT | 2 |
I need to set a large number of Outlook calendar appointments to: Show Time as: Free, and Sensitivity: Private I am having difficulty working out how to write a macro to do this, although
|
| Multiple Instances of Outlook | 08 Dec 2006 17:09 GMT | 1 |
I am writing an application that works with Outlook - creating an instance of "Outlook.Application" and find that by making Outlook visible it leaves the instance of Outlook open when I release the reference to the application.
|
| How to determine if an attactment is hidden? | 08 Dec 2006 17:05 GMT | 1 |
I am saving attachents from incomming email. This works OK. The problem is that it also saved hidden attachemnts like logo's etc. I have found a similiar problem on this newsgroup, but I don't quite manage to make it work.
|
| Redemption Inbox problem + instability | 08 Dec 2006 16:51 GMT | 9 |
I have an app that uses redemption and mapi to access the emails in a exchange mailbox. Redemption: Dim FolderItemsREDInbox As Redemption.RDOFolder
|
| Recipient.Address in Exchange Server | 08 Dec 2006 00:10 GMT | 1 |
TIA: In earlier email I have following code: Sub Send_Attachment_Messages() Dim oFolder As Outlook.MAPIFolder
|
| Button in emailed form not working in Outlook 2003 | 07 Dec 2006 23:26 GMT | 4 |
I have developed a form, published it etc. On it are two buttons which when clicked will run the following code. Sub CommandButton2_Click() myItem.subject = "Yes I will be attending"
|
| Open current explorer in new window | 07 Dec 2006 20:55 GMT | 4 |
I want to open the current explorer in a new window. Set objExplorer = objExplorers.Add(Outlook.Session.GetDefaultFolder(olFolderCalendar), olFolderDisplayFolderOnly)
|
| Template questions please! | 07 Dec 2006 19:01 GMT | 1 |
I want to use a word to make a email template for use in a rule as a autoresponse. Can I pass a string value into the word template when my rule runs the script? I'm parseing out the name from the body of the incoming email
|
| Error when cycling through inbox items with VB programs. | 07 Dec 2006 02:49 GMT | 1 |
I am working on a program to get the attachments from items in my inbox. I know that there are 501 items in my inbox. However, after looking at the 316th item, I get a type mismatch at the "Next MyMail" line.
|
| Problem with saving a mail with a lot of recipients | 06 Dec 2006 17:22 GMT | 4 |
when saving a mail with a lot of recipients I receive an 'out of memory' error. OL2003. Is this a bug of MAPI implemented by OL? See (nonsens)code below to reproduce it. best regards
|
| Forwarding Message With Full Headers | 06 Dec 2006 14:22 GMT | 1 |
I have never done any VBA programming for Outlook so I'm hoping someone can help me. What I want to do is forward certain messages, including the full headers, to my ISP's spamblocking service. What I currently do is:
|
| Outlook-Word automation problem | 06 Dec 2006 12:59 GMT | 3 |
I run an internet reviewing and editing office providing language services for scientists. I receive nearly all work as attachments in MS Word format. I want to automate the logging in of work by 1. sending a copy of the file to two new
|