| Thread | Last Post | Replies |
|
| Redemption with Outlook2000 problem | 31 Jul 2004 18:46 GMT | 2 |
Could someone tell me why this initialization of a SafeMailItem (Visual C++) does not work in Outlook 2000, but it does very well in Outlook XP and 2003: CLSID clsid;
|
| Create user defined fields for contact using MAPI | 31 Jul 2004 17:28 GMT | 2 |
I'm trying to add a custom property(user defined fields) to a contact item in Outlook in C# using MAPI. And i'm successful in that also.Also i'm able to read that property afterwards.
|
| Sending an HTML message with embedded image from Another VBA app | 30 Jul 2004 23:33 GMT | 9 |
I recently ran into an interesting question in one of the Access e-groups I visit. I know how to set up and send an HTML message from VBA using the HTMLBody property. But how does one embed an image? I suppose the simplest way is to make the image available on a public website ...
|
| Images from Word to MAPI with VB6 | 30 Jul 2004 23:07 GMT | 2 |
Ok, I need a little advice... I'm currently using VB6 to interface with MAPI. I'm selecting all of the contents of a Word document, (.Selection.WholeStory) and then copying it to the clipboard (.Selection.Copy), and then pasting into the mapi
|
| OutlookXP strange problem | 30 Jul 2004 22:57 GMT | 3 |
I'm working on an add-in for Outlook, and I have the following problem: - all works fine with Outlook 2003 - in Outlook XP works fine if I don't use any threads
|
| Macro to add voting buttons | 30 Jul 2004 21:01 GMT | 1 |
Help! I am completely new to VBA. I want to write a macro to add a unique set of voting buttons to existing mail items that can then be forwarded. I don't want to have to type in the same choices each time I need them.
|
| Changing Properties in Tools / Options Programmatically | 30 Jul 2004 20:05 GMT | 1 |
I am quite familiar with VBA from Excel 2000, but this is my first attempt at using it in Outlook 2000. I have a situation where I set the the option in the Tools \ Options \ Mail Format to use Microsoft Word as my email editor. However, everytime that I log out and log in my ...
|
| Access Denied When Creating Hidden Folder | 30 Jul 2004 18:51 GMT | 7 |
I used the following code given to be me from Ken. It works fine on one computer using Outlook 2003 No Exchange. I tried using it on another computer with Outlook 2003 with Exchange and I get the following error: [Collaberation Data Objects -
|
| 'Unknown Error 0x800C8100' | 30 Jul 2004 15:32 GMT | 1 |
Whenever I try to send a fax through OL-2003, I get the following Send/Receive Error: Task 'Microsoft OutLook 2003 - Sending' reported error (0x800C8100) : 'Unknown Error 0x800C8100'
|
| Select folder with browser... | 30 Jul 2004 15:12 GMT | 3 |
I'm completelly new to programing macros for outlook, I know my way arroung VBA mostly for XL. However I have managed to create a custom button that will save all the attachments on a message to my hard drive on
|
| Outlook 2002 - Macro for Read Receipt | 30 Jul 2004 14:17 GMT | 2 |
I want to write a macro to assign to the toolbar. I would like to click the button before I send a message and have Outlook set the "Request a read receipt for this message" to true. I can't find anything in the help files on this. Is this possible?
|
| accessing the Import function programmatically | 30 Jul 2004 14:15 GMT | 1 |
I want to import a CSV file into the outlook contacts automatically everytime outlook starts up. How can I access the outlook contacts import facility? --
|
| Sending HTML files with Outlook | 30 Jul 2004 14:12 GMT | 1 |
Is there a way to embed an HTML file directly into your email using VB. Currently I am using Redemption's DLL with Outlook 2000 to send text emails with an attached PDF report file.
|
| problem e-mail item moving | 30 Jul 2004 14:10 GMT | 2 |
hello Team ! I am trying to move an e-mail item from one folder to another: omItem and cpyItem are of type MailItem X and Y are assumed Folder names
|
| this routine saves a msg as txt, can it be modified to save as an xls file? | 30 Jul 2004 07:25 GMT | 1 |
Sub SaveAsPlainText() Set myolapp = CreateObject("Outlook.Application") Set myItem = myolapp.ActiveInspector If Not TypeName(myItem) = "Nothing" Then
|