| Thread | Last Post | Replies |
|
| vba code to change message options/save sent mail to | 21 Dec 2005 18:34 GMT | 2 |
What is the vba obect to set/change the save sent mail to check box ? Thanks
|
| year | 21 Dec 2005 03:53 GMT | 2 |
How can I say if the year of a field = 2005 then? Thanks, Joel
|
| Cannot make distribution list without resolving to Contacts Folder | 21 Dec 2005 03:27 GMT | 10 |
Ive tried to generate a Distribution list in Outlook by automation from Access using Redemption. The list is generated and saved in the Outlook Contacts folder. When I try to send an email using the list, I get the Outlook error message:
|
| user | 21 Dec 2005 00:20 GMT | 2 |
Custom task form - Outlook 2003. We have Exchange Server. Is there a way to say in the code if username = John Smith then give him write permission to a tab or field in the form. Any ideas on that to get me started? Thanks,
|
| Schedule Repeat sending file outlook 2003 | 20 Dec 2005 17:20 GMT | 8 |
I wrot on this forum previously but I am having another go. I have read this http://www.outlookcode.com/d/forms/skedrpt.htm which is not applicable to 2003. I have a lot of clients remotly that are reporting problems sending
|
| Name/number of Current Folder | 20 Dec 2005 16:56 GMT | 5 |
I wrote the following line in a macro: Dim folderName As String folderName = Application.ActiveExplorer.CurrentFolder after running the line, I get the name of the Current Folder. I want the
|
| Problem running a macro in outlook | 20 Dec 2005 14:37 GMT | 2 |
I wrote a macro for outlook (in VBA), and added a button that runs the macro. On my computer it works fine. I copied the file to a nother computer, and I can see the code in the VBA editor. The problem is when I try to run the macro.
|
| how run VB automatic upon start? | 20 Dec 2005 07:13 GMT | 1 |
Thanks for any help. I have a macro that opens a new message, I would like to run it automatically when I start Outlook-is this possible? I tried:
|
| About Address Lists and Contacts Folder | 19 Dec 2005 22:41 GMT | 2 |
Everyone has been very nice in this group and provided some great help. This posting is to summarize a few items of note that were helpful in our project. This information comes from the actual coding that worked on our project and from experiments we ran with the code.
|
| Outlook + Webservice - Listener disappears | 19 Dec 2005 19:11 GMT | 1 |
I try to make a outlook-addin that integrates with a webservice.... I create one folder with ten subfolders. I add a Listener to each folder.... When a email is dropped in one of these subfolders, an event is called.
|
| mark all as read | 19 Dec 2005 18:37 GMT | 3 |
it´s possible to execute this function with VBA ? Thank´s
|
| Code to Rename E-mails | 18 Dec 2005 22:31 GMT | 3 |
I receive a large number of e-mails that are forwarded from my work e-mail address. These always have the same format and the subject is FORWARDED MAIL. This is difficult as I have hundreds of e-mails with the subject Forwarded MAIL.
|
| Mark All As Read at the Folder level... | 18 Dec 2005 10:35 GMT | 1 |
What would the VBA function and code be to Mark All As Read at the FOLDER level vs. looping through all messages within each folder. My code so far is: Sub SetEmailsToRead()
|
| how to change the COM AddIn Default install path? | 18 Dec 2005 01:25 GMT | 4 |
The COM AddIn Default install path on my system is always under C:\Program Files\Default Company Name. Is there a way to modify this default setting in the Setup project that comes with the Extensibility project? thanks in advance.
|
| Can't get the "sort" method to work on "AddressEntries" | 18 Dec 2005 00:46 GMT | 4 |
This must be a simple problem but we just can't see it. We have a Visual Basic for Applications program that is looking up names in an address book in order to find the email address. The program works great but is a bit slow since it is doing a simple look
|