| Thread | Last Post | Replies |
|
| Programatically detaching outlook attachments | 27 Aug 2003 16:38 GMT | 1 |
I was wondering if it is possible to use VBA (Excel) to automatically detach an Outlook 98 attachment and import the data into Excel. I see a lot of postings on how to send e-mail through VBA automatically, but nothing to
|
| 2nd contact folder | 26 Aug 2003 14:29 GMT | 1 |
We have lots of outlook users with individual pst files (non-Exchange environment) and we want to have a 2nd contacts folder full of internal company contacts which we need to keep up to date as it changes frequently. Is there any way to automate insertion/deletion of an entire ...
|
| matching contents in 2 outlook folders | 26 Aug 2003 14:28 GMT | 1 |
i have two inbox folders - one called passed and another called rejected. within each are emails with an reference number as the subject. i want to programmatically scan these two inboxes for the same reference. if a reference is found then i want to move the relevant email out of ...
|
| Junk Mail | 26 Aug 2003 14:24 GMT | 1 |
How can I programattically add an item to the Junk Senders List and then permanantly delete it ? Where is the list of junk senders kept TIA David
|
| resolve email | 26 Aug 2003 14:13 GMT | 1 |
I'using Outlook 2000 and Visual Basic6. I want to resolve all email addresses from a new mail that I create. How can I display the Check Names dialog box ? (I read some mails that I can do it via CDO, but in my case it's a new mail, so I don't known the
|
| Sent items question | 26 Aug 2003 14:12 GMT | 1 |
When I send an email using VBA, I found that the copy in my sent items does not contain the body or any attachments, I do need a propper copy of any emails that I send, is there a way to overcome this problem?
|
| Update Contact Items in Exchange Public Folders | 26 Aug 2003 14:11 GMT | 1 |
We have several folders under the Exchange "Public Folders" tree. These folders contain items with User- Defined fields. One of these fields needs to be updated on a daily basis
|
| VBA and VB6.0 | 26 Aug 2003 00:12 GMT | 1 |
I have created a custom form (extended from Message) using the VBA form designer and coded the desired behaviours. The deployment requirements stipulates that this extended functionality be installed on the customers machines outlook apps.
|
| using voting buttons to reply AND keeping previous message text | 26 Aug 2003 00:07 GMT | 1 |
when i setup emails for the recipient to use voting buttons, the email that comes back as the 'reply' does not contain the email content as you would get if you just hit the 'reply' button.
|
| Disabling "recover deleted items" | 25 Aug 2003 17:12 GMT | 1 |
Is there a way, maybe a registry hack that I can disable the "Recover Deleted Items" when the Deleted Items box is highlighted? I don't want to turn this feature off I just want to hide it. I know there is a way in Options
|
| FileSearch Object from outlook | 25 Aug 2003 17:11 GMT | 1 |
Im using outlook 2002, sp 1. I can not get the file seach object to work. I keep getting error 91, with block not set..basically it doesnt like the assignment as application.filesearch
|
| Send Method of Outlook Obj. Model | 25 Aug 2003 17:10 GMT | 1 |
Does anyone have a registry entry which will eliminate the prompt which appears when you are using the Send metog of the Outlook Obj Model. I've written some VBA code to generate email messages, however, Outlook prompts
|
| Outlook, VBA Task Item, Problem with Shared Folder | 25 Aug 2003 14:27 GMT | 1 |
Hello Peoples I have a Problem in VBA in MS Outlook I want create a TaskItem in a Shared Folder, i need help. This is My Code Now:
|
| Date Function | 25 Aug 2003 12:42 GMT | 1 |
I am trying to populate a date that is 4 weeks (for a working day) prior to the Due Date on a task form. I created a text box and in the properties I am trying to add the forumula to the item, but not sure how to do it.
|
| Can I create a Text field using a Mail Event that can be used to "group by" in a view? | 25 Aug 2003 12:32 GMT | 3 |
I'm an Outlook newbie but I understand I can't use a calculated field to Group By in a view. I want to put the current text date (2003/08/09)into a field and then use it to Group By in a view of incoming messages. Will a field created in a new mail event be
|