| Thread | Last Post | Replies |
|
| Deleted folder | 02 Jun 2005 12:53 GMT | 1 |
Any better way to determine if the folder in the deleted items bin than getting the folder path? thanks.
|
| Automating Forwarding | 02 Jun 2005 03:27 GMT | 2 |
Here is what I want to do: I help administer a list server that uses majordomo commands. When I get a message that requires me to do a series of tasks, such as subscribing and unsubscribing users from various lists using e-mail.
|
| Outlook not finding inbox or default folders. | 01 Jun 2005 21:29 GMT | 2 |
I am having outlook give me an error everytime I try to get any default folder. It just gives out and says the operation failed. It will work sometimes, but not others. It usually breaks on the service account that runs it through SQL server. Please let me know what I am ...
|
| Outlook 2003 SaveAs to msg-file (non-unicode) | 01 Jun 2005 21:27 GMT | 7 |
When I save a mailitem with mailitem.SaveAs(filename, olMsg) to a msg file, I can't open the msg-file with outlook XP or 2000. Issume this is because it is saved as unicode. When I manually save a mailitem in Outlook with 'Save as' and I choose
|
| Remove duplicated contacts | 01 Jun 2005 19:40 GMT | 1 |
Is it possible to write some VBA code to remove duplicated entries in contacts? I have a user who uses the contacts extensively and always syn with his PDA, but sometimes when syn PDA it created a whole new set of contacts which, make his contacts size bigger and bigger, now ...
|
| disable preview pane | 01 Jun 2005 19:33 GMT | 1 |
How can i prevent users from enabling the preview pane
|
| Automated Sorting Mail from DTS package | 01 Jun 2005 19:28 GMT | 1 |
I am having an issue when automating a process through sql server with DTS. If I manually run a macro to sort mail based off the subject, it works fine. When I automate it in SQL server on DTS, it gives me an error saying: You do not have permission to create a message in this ...
|
| How to Open a Contacts Folder | 01 Jun 2005 16:00 GMT | 7 |
Outlook 2003. I am currently reading my default contacts folder from some code in Excel using: Dim olApp As New Outlook.Application Dim olNS As Outlook.Namespace
|
| Puting Table in Outlook Mailitem | 01 Jun 2005 14:50 GMT | 6 |
Hi, appreciate if cud provide code for putting Table in outlook Mailitem. I managed to create the new mail item via Dim moutlook As Outlook.Application Set moutlook = New Outlook.Application
|
| recurrence pattern - every weekday + redemption | 01 Jun 2005 14:41 GMT | 3 |
I'm using vba to open make an invitation with recurrence pattern. When I'm trying to set an daily recurrence on weekday's, the value should be 62 as Sue Mosher told me. But when I run the code, I get an error on the property.
|
| sub function + contact | 01 Jun 2005 01:39 GMT | 3 |
What would the sub function be to get the code to fire when a contact is double clicked to open?
|