| Thread | Last Post | Replies |
|
| Please help - code to move messages? | 31 Mar 2004 21:30 GMT | 3 |
I am currently working in an environment which is using Exchange Server and relies heavily on email messages, consequently everyone sends and receives masses of mail. Unfortunately, as it is a charity, it is screwed down so tightly
|
| Export from pst file | 31 Mar 2004 20:41 GMT | 1 |
I'd like to program a VB.Net application (but it could be C#) to export message found in a PST File. Pst file comes from Outlook 2000. It contains folder with email (mapifolder) and those emails can contain attachements. Attachements also have to be
|
| Add junk sender list and delete mail OL 2000 | 31 Mar 2004 19:46 GMT | 3 |
Is it possible to write a macro that would delete the current msg and add the sender to the junk senders list? It is much more difficult in OL since I can not find a way to record a macro in OL?? Any help would be appreicated! Carl
|
| VBA/Outlook syntact problem | 31 Mar 2004 19:31 GMT | 2 |
I want to use a string variable to retrieve a value from a contact property (with the same name as the variable) and am getting a syntax error. Here is the abbreviated code I am using:
|
| Custom Contact Home Page | 31 Mar 2004 18:56 GMT | 1 |
Greetings All I was thinking of writing a custom home page to give users options for what contact to show in the view. Is this possible with a custom home page If not, any suggestion on how to create a dynamic restriction routine
|
| How to display a filtered view of a calendar (programmatically) | 31 Mar 2004 18:55 GMT | 3 |
I'm trying to display a calendar that shows me a filtered view for items as of 01/01/2004. I thought the following code would achieve this but it doesn't work. It still lists all entries including those after 01/01/2004.
|
| Custom Action | 31 Mar 2004 18:46 GMT | 1 |
Can we customize the actions on the menu bar in the outlook on a contact form like New Letter to Contact or the New Message to contact through VBA or the COM Addin. Thanks,
|
| creating a desktop alert | 31 Mar 2004 18:36 GMT | 1 |
I'd like to create a desktop alert with vba, just like the ones Outlook 2003 displays as a preview when new mail arrives. I do some automatic processing of email attachments and I'd like to be notified when this happens.
|
| Deleting a Folder with vba ? ("Nothing" keyword doesn't work) | 31 Mar 2004 18:25 GMT | 3 |
I try to do this : ------------------ if a folder exists then delete it
|
| How to use "is nothing" ? (synthax) | 31 Mar 2004 17:53 GMT | 1 |
Have you some code to translate this in vba ? --------------------------------------------- if the folder "myfolder" exists then delete this folder "myfolder" (and all items inside)
|
| Outlook autoformat when writing to Email.Body ? | 31 Mar 2004 15:38 GMT | 1 |
is there something like an autoformat whenever one adds a string to th mailbody? I noticed this because I've a link in the message like: <file:///C:/MyDir/MyFile.dat>
|
| onDisconnection | 31 Mar 2004 15:21 GMT | 1 |
Hi I am having problems with my com addin to outlook - it does not use any Explorer or Inspector, so I think I should be able to do the unloading inside the onDisconnection. I have the following four buttons
|
| Outlook 2003 vba macro | 31 Mar 2004 14:27 GMT | 3 |
My macro loops through all the messages in the inbox and moves them to a folder in Public Folders. The problem is the inbox view is set to "View by date' and 'Show in groups' so the macro copies all mail items from a certain day and then stops.
|
| share macro | 31 Mar 2004 13:46 GMT | 1 |
How do I send a macro that I created for Outlook to another user on another computer? If I use the export then it exports a class file that when imported does not go into the ThisOutlookSession so it cannot be run on a different computer Is there a way to create an install for ...
|
| looking for a book (Sue?) | 31 Mar 2004 11:51 GMT | 2 |
We are now working with Outlook 2003. Is Sue's book still valid for this? What would be best? We need to program some pretty specific contact forms and be able to develop a form for PocketPC's (2003) that will synchronize data.
|