| Thread | Last Post | Replies |
|
| TRACKING E-MAILS | 12 Jan 2005 14:34 GMT | 1 |
Is there a way I can track all e-mails sent & received by having a blind carbon copy sent directly to me. I would like to start tracking the e-mails of my employees. I'm not exactly sure how to do it but would rather have this all run in the backround. I tried setting up ...
|
| Outlook: Aktiven Drucker mittels VBA ?ndern | 12 Jan 2005 10:30 GMT | 2 |
Hallo NG, Ich w?rde gerne ?ber VBA Makros den Ausdruck einer Mail auf einem bestimmten Drucker, zb. PDF Writer veranlassen. Outlook druckt aber gew?hnlich immer am Windows Standarddrucker aus.
|
| Force read recipt | 11 Jan 2005 18:26 GMT | 1 |
Office XP give the usre the ability to turn of read recipts. I would like to know is their a registy edit or something that I can do to make my users to always default outlook back to sending read recipts.
|
| sending mail through other applications | 11 Jan 2005 18:17 GMT | 1 |
My work uses a oracle database application to send quotes, fax, and letters as email through outlook. It works fine and well but I am test out Outlook 2003 for the company and I am trying to make sure everything works well. This oracle program is the center of all the work done ...
|
| Exporting Only a Portion of my Contacts | 11 Jan 2005 17:27 GMT | 1 |
Outlook 2002-2003. I want to export my contacts so that others may import them. However, I only want to export a portion (and hence only have a portion imported by others). Is there a way to specify "categories" that I want exported? Each of my contacts has a category ...
|
| Outlook 2003, put the preview window back on the bottom, at least. | 11 Jan 2005 17:23 GMT | 2 |
Outlook 2003, put the preview window back on the bottom, at least let me have the choice to put it there if I want. I have always liked Outlook, it was simple for me to see my new emails and read the current ones in the preview window. Now Outlook 2003 has the preview
|
| how to create new folder MS OUtlook 2003 using in vb.net | 11 Jan 2005 13:24 GMT | 1 |
I want to add a folder with similar properties (columns) as the sent items folder
|
| Generate folder reports | 11 Jan 2005 11:43 GMT | 2 |
Hi, I am responsable for a huge Outlook 2002 inbox. I am trying to find out if it is possible to generate reports for each folder. I just need outlook to maybe
|
| Creating a new email account | 11 Jan 2005 06:35 GMT | 1 |
I have been researching and I have not found a way to modify or Add new email account to Outlook. Is there a way to programmatically create and add a new pop3 email account to outlook. I would like to programmatically do this verses having the user input information. I also would ...
|
| OLK2K3: Programmatically setting checkboxes in printout to templat | 10 Jan 2005 22:20 GMT | 5 |
I have a custom (message based) form where I want to print the field data. I have it working correctly for all fields except the "checkboxes". The loop appears to iterate through all the bookmarks in the template correctly and fills in the bookmarks with the exception of the ...
|
| Different profiles on the same PC? | 10 Jan 2005 22:14 GMT | 7 |
How can I run different Apps on the same PC but using different profiles in either Outlook Object or Mapi? Thanks.
|
| Logon failed? | 10 Jan 2005 18:12 GMT | 2 |
When I set the 3rd parameter to False, I get an error message saying the server is not available. I need to start my app in VB6 without user's logon. How can I do this? Thanks.
|
| Recipient in To box | 10 Jan 2005 17:32 GMT | 2 |
Is there a way in Outlook to have each recipient's name show in the To box without any of the other recipients see it? We don't want to use BCC because we want the recipient to see his or her name in the To box. We are using Outlook
|
| Retrieve my E-Mail Address in VBA | 10 Jan 2005 15:35 GMT | 12 |
Anybody please help me how to retrieve my e-mail address using Visual Basic Code or VB? Thank you very much.
|
| Outlook Namespace logoff issue | 10 Jan 2005 14:54 GMT | 3 |
My VB apps use the following code to log on and off: m_oNsp.Logon "", "", True, True m_oNsp.Logoff set m_oNsp = Nothing
|