| Thread | Last Post | Replies |
|
| Accessing msAccess from Outlook | 17 Feb 2005 05:51 GMT | 5 |
Is it possible to create a custom button and place it in Outlook, main level menu. From the click event of that button, open Access to process a particular procedure. The procedure would reference the linked Inbox table from
|
| Newbie Macro question | 17 Feb 2005 02:00 GMT | 2 |
I want to create a very simplistic macro to automatically insert some email address into the TO: field in a new email window. I tried modifying some of the macros on the web, but i can't get it done. Any assistance will be GREAT!
|
| Hard return on text in message body? | 17 Feb 2005 00:38 GMT | 2 |
I can write text out like myitem.Body = "Hello world this is a test" Makes the body display one line. "Hello world this is a test"
|
| Sending RTF using Redemption | 16 Feb 2005 20:36 GMT | 3 |
What is the proper way to store a RTF string to the Item.RTFBody? I need to store a heavily formatted RTF letter (lots of tab stops, hanging indents, etc.) as the body of an email. When I store it using "Item.RTFBody = sRTFLetter" the tab stops appear to get lost. Do I
|
| Contact List from SQL Database | 16 Feb 2005 16:26 GMT | 2 |
Is it possible to build a second contact list that actually queries a SQL database? TIA Rob
|
| exporting data from a table in outlook emails to excel. | 16 Feb 2005 15:57 GMT | 1 |
i currently have system set up so that i recieve a lot of automated emails from a website, all containin a the same table which has been filled out by many different people. is there a way that i can get all the answers from that table into an
|
| Item.Body | 16 Feb 2005 15:51 GMT | 3 |
I'm having trouble using script to add some information to the item body. The following code shows the text in the first Messagebox but nothing in the second. If I use NewItem.Body = "Details in Message body" then the second msgbox shows that text.
|
| using variables for sender in an Outlook template | 16 Feb 2005 12:28 GMT | 1 |
I want to create a rule so that every sender to my mailbox gets a message saying something. I don't want to leave the mailbox permanently open, so I want the server to do this (like an Out of Office Reply, but without the "Out of Office reply" in the subject line. When prompted ...
|
| use a specific email account | 16 Feb 2005 12:26 GMT | 7 |
I am sending email through vb in access using an outlook mail item object. I would like to use a specific email account for this email (the user has many accounts and the one needed is not the default account and can not be altered). How can I do this in vb?
|
| Easy way to add CommandBarButton to Outlook? | 16 Feb 2005 07:41 GMT | 7 |
I'm serching for an easy way to add a new button to the "Standard" CommandBar in the Outlook Form "IPM.Note". I've no problem to add a button to the Standard-CommanBar in the main window, controlled by Explorer. But I've no idea, how to handle the Inspector.
|
| Handling concurrent users in Exchange | 16 Feb 2005 03:57 GMT | 1 |
I'm designing some integration between a VB6 application running on the desktop and a shared Calendar in an Exchange Public Folder. I need to understand how best to handle concurrency issues. Do I have to write code within the VB app to manage any conflicts when multiple users ...
|
| MailItem.save() Method | 16 Feb 2005 01:47 GMT | 33 |
I am new to the groups. However I did read for two days (Sue does seem to answer 90 percent of the questions) . I realize this is a VBA group but I am sure my C# code does not enter into my question.
|
| Need Help Please! Pull Data from Access 2003 into Outlook 2003 | 15 Feb 2005 22:52 GMT | 2 |
How do I pull data from an Access 2003 DB into a preformatted MS Outlook 2003 email? I have record sets in a DB that contains data that needs to be send to people. -----------------------------------------------------------------------------------------
|
| Outlook sending messsage | 15 Feb 2005 20:57 GMT | 1 |
I can not send from the outbox any message that I originate from the address list --I can only reply to a message to get it to leave the outbox to send box--the addresses have quotation marks around them & wont leave the outbox!
|
| Using Visual Studio Installer, create an Outlook COM component that can only be installed by an administrator but, once installed, runs for all users | 15 Feb 2005 19:53 GMT | 7 |
I am building a COM component that is to be used with MS Outlook on Windows 2000 and later using Office 2000 and later. I want the installation to only work when an administrator runs the installer and, once successfully run by the administrator, makes the
|