| Thread | Last Post | Replies |
|
| How to set the reminder time for the currently open Task | 30 Nov 2004 19:31 GMT | 2 |
I am trying to set the reminder time for the currently open task but I can not get the active task figured out. Scott Sub TaskTimeNow()
|
| Outlook add-in registration failure | 30 Nov 2004 17:48 GMT | 1 |
We use Outlook 2003 with the latest service pack and patchs. i have created a COM add-in for outlook. We use Regsvr32.exe to register the DLL. When an administrator registers the DLL everything s going OK. My users only have users right to thier machines. When a user registers the ...
|
| Unknown error on RTF formatted email after applying Redemption | 30 Nov 2004 14:38 GMT | 8 |
I need to forward emails to a specific email account but still keep the original subject and message body. I use Redeption SafeMailItem to get the RTFbody from the original mail item and pass it on to the new mail item
|
| How to get the recipient's email address in Redemption? | 29 Nov 2004 22:08 GMT | 6 |
I use Redemption's SafeRecipient to get both name and email address for each recipient. This works fine for all my external users but for internal users (on Exchange Server), the Address property returns the following string
|
| Redemption generates a catastrophic error | 29 Nov 2004 22:07 GMT | 4 |
After I ran the utility to change the Redemption DLL and the methods in it, Redemption generates the error of Automation error Catastrophic failure at the following marked line.
|
| need to convert outlook 2003 custom form to html | 29 Nov 2004 19:47 GMT | 1 |
I am running exchange 2000 and I have a custom form that I need to turn into html.All I can find is an old converter for 5.5 please help thanks
|
| CDO Session Logon ProfileInfo question | 29 Nov 2004 18:04 GMT | 1 |
The Exchange Server for my local outlook is Ex1. And I'm using the ProfileInfo to create a dynamic profile to log onto the second Exchange Server, Ex2 to access a mailbox there. The following is what I'm using to log onto Ex2.
|
| How to work with 2 Exchange Servers? | 29 Nov 2004 17:31 GMT | 7 |
I've to work with two Exhange servers, Ex1 and Ex2. All the users are on Ex1 and there's only one account, Acct on Ex2. My VB App needs to open emails in Acct on Ex2 from client PCs. I cannot find any parameters that I
|
| How do I automatically view the text in an attachment? | 29 Nov 2004 14:12 GMT | 1 |
I would like to create a macro to open an attachment, and copy & paste the text into the body of the email for searchability. Does anyone know where i can find the code for a macro like that? Thanks
|
| Cannot send message error after mailtem.reply | 29 Nov 2004 14:10 GMT | 1 |
I have got the following problem: I move an email from the postbox to folder x with: dim moved_mail as mailitem dim mail as mailitem
|
| Create Task from Email message | 29 Nov 2004 12:51 GMT | 4 |
Can I create a task automatically from an incomming email message using the rules wizard?
|
| Add label colour to outlook appoinment | 28 Nov 2004 16:54 GMT | 1 |
How can add I a "label colour" in this routine? Sub MakeAppointmentInOutlook2003() Dim olApp As Outlook.Application Dim olApt As AppointmentItem
|
| Outlook Application Destribution Problem | 27 Nov 2004 07:34 GMT | 1 |
I created an application with a toolbar in Outlook for my users. The application needs to run at outlook start so the toolbar will always be there. The application begins runs on Application_Startup().I have a code signing certificate from a certificate authority.
|
| Outlook customized forms | 26 Nov 2004 17:33 GMT | 3 |
I have just upgraded from Exchnage 5.5 - Exchange 2003. I had a number of customised forms which I have published on the new server. When a user with Outlook 2000 attempts to customise their view within Outlook and add one of the fields from the customised form they get an
|
| Changing between using Word as the editor and not using Word | 26 Nov 2004 15:11 GMT | 1 |
Hello Group. I prefer using Word as my email editor... auto spell checking, more formating options, etc... however to integrate Outlook into our web based Contact management system I have to send emails without using word as the
|