| Thread | Last Post | Replies |
|
| How to reconstitute message with embedded image | 31 Oct 2007 21:29 GMT | 5 |
I want to reconstitute a message from another client (Eudora, GroupWise) to Outlook. The original message contains a embedded image inside the message body. See below the message source in Outlook. The body has the reference of "cid:ZYXXIKOOYRKF.home.gif". However, I
|
| Macro To Forward Mail Without Security Message (Redemption) | 31 Oct 2007 21:27 GMT | 11 |
Can someone help me with, what I'm sure will turn out to be a straight forward problem? I am trying to send a message to a contact automatically. For simplicity, as I am learning Outlook VBA, I have one message in the inbox and one contact.
|
| Extracting Email from contact Item | 31 Oct 2007 14:21 GMT | 1 |
I use a personal form in this form a creat a list of all contact in specific folder Then I select a name in the combo How can'I obtain the mail of this contact ??? I tryed diferent way but no
|
| Redemption - general question | 31 Oct 2007 14:05 GMT | 3 |
If I write code using redemption do I need to set any particular references? If I write code using redemption do I need to download any particular software?
|
| Outlook , VBScript e html form.. HELP | 30 Oct 2007 19:40 GMT | 7 |
I hope you can understand my english :P I'll explain my question. In my office we use an old html form to send some short infos to an email account, by a simple mailto: link.
|
| Change Redemption CreationTime of the new message | 30 Oct 2007 18:31 GMT | 4 |
I am using the Redemption library to create a sent message. I would like to change the Creation time of the message to the sent date time. At this moment the creation time is the time message created. Can I change the CreationTime?
|
| get userproperties when replying message | 30 Oct 2007 15:33 GMT | 1 |
I've set & saved userproperties of message at Application_ItemSend.Now when the message is received & user clicks Reply I need to retrieve Userproperties of message.how to do this ?( Outlook 2007 & VSTO add in)
|
| Changing folder class Id | 30 Oct 2007 14:47 GMT | 2 |
Config: Outlook 2003 & sbs2003 I lost my small tools, il allow me to change the class id specific public folder, to make my old contact to be displayed using my new personal form I dn't remember the name of the program
|
| New Outlook.Application error | 30 Oct 2007 08:38 GMT | 2 |
I have a Word 2003 template which puts a Task in Outlook 2003. This code has been working well for a few years and still does on exisiting workstations I am setting up some new workstations and get an error with the line: Set ol = New Outlook.Application
|
| Macros don't work | 30 Oct 2007 06:36 GMT | 1 |
Hi. I've got a problem. When I launch Outlook 2003 and I try to launch Macros or VBA editor - nothing happen :( It was ok but suddenly some window appeared, I cliced ok very fast and I don't know what was written :( I tried to reinstall/uninstall Outlook but no effects. Could You ...
|
| Customize outlook appoitment scheduling | 29 Oct 2007 17:51 GMT | 7 |
In Outlook 2003, Under Calendar - > New Appoitment -> Scheduling, I wanto to add a custom button, invoke a custom form on clicking the button where user filter the outlook resources based on City /Last Name, FirstName and when selecting a resource it should populate it under the ...
|
| export date from Excel to Outlook Contact | 29 Oct 2007 03:26 GMT | 3 |
How can I populate Outlook contact with Excel date from Excel? I have names address and other fields in Excel and I would like know if there is a way with VBA to popultae Outlook contact with those?
|
| Capturing Explorer Resize Event` | 28 Oct 2007 23:57 GMT | 4 |
Is there an event that is fired when an explorer is resized? I'm building a folder home page and would like the page to reload when the explorer is resized.
|
| MAPI/Outlook contacts encoding | 28 Oct 2007 07:32 GMT | 1 |
I'm somewhat confused about what encoding I should expect contracts retrieved through MAPI (from Outlook) to be in, whether they're address book entries or IPF.Contact entries. I haven't specified MAPI_UNICODE to any of the MAPI functions because
|
| identify reply programmatically for mail item | 28 Oct 2007 01:34 GMT | 4 |
How can I identify if a mail item is a response to the other items by code?
|