| Thread | Last Post | Replies |
|
| Search mail message for text strings | 26 Feb 2008 02:05 GMT | 2 |
I have to manage a number of appliances on the network each with ports, and cryptic error codes for each one ... which send me smtp error messages.. Is there any code that I can put into a macro to search for several different strings in the mail message when it arrives? And ...
|
| Retrieve the Body with richtext formatting | 25 Feb 2008 22:27 GMT | 1 |
Right now I am retrieving the Body of a meeting request using MeetingItem.Body and display it on a Word document. This retrieve the text but strip off the formatting. Is there a way to retrieve the formatting as well, so that I can display it in Word?
|
| Type mismatch when moving mail item from sent items | 25 Feb 2008 14:35 GMT | 1 |
I am receiving a "type mismatch" error when trying to move an item from Sent Items (what I am trying to do is move an item from the default Sent Items, to the Sent Items in a separate mailbox, which is configured to open with this one if that makes sense?) I am using
|
| calling ms word | 25 Feb 2008 06:16 GMT | 1 |
In my VBA, how do I open up a new document from the template "My Template" which is saved in my templates folder. I'm using office 2003 pro. thanks, southern at heart
|
| show this folder as address book | 25 Feb 2008 06:13 GMT | 1 |
I have a main contacts folder all organized into about 20 sub folders with contain subfolders themselves. So maybe 50 folders in total. When reorganizing my contacts I lost the 'show this folder as address book' on all the folders and I don't want to have to put it back for each ...
|
| Contact Listing | 24 Feb 2008 03:28 GMT | 2 |
I'm trying to return a listing of contacts from a specific folder. I can get it to work with the default Contact folder, but cannot get it to use another folder. Below works, but only for the default contact folder. how would I need to mod it for a specific folder such as ...
|
| Transform DocumentItem Objects as Outlook Item Objects in folder | 22 Feb 2008 19:59 GMT | 5 |
I have the next problem: I use CopyFile Method of Outlook.Application to copy msg file into 'inbox' outlook folder and put this file as DocumentItem type. Is there is possible to determine what real type of Items in 'inbox' folder after run CopyFile
|
| when receiver is opening my email, he should hear a tune playing | 21 Feb 2008 17:20 GMT | 3 |
I want to create an email where a tune is attached in a way, that when the email is openend by the receiver, he will hear the tune immediately, whithout having to start it. can somebody help me out on this?
|
| SetFocus for control on built-in form | 21 Feb 2008 17:17 GMT | 3 |
Is there a way to set the focus to a control on a built-in form in VBA? I have a macro attached to a button that does a simple substitution in my signature, but it only works if the "body" of the message has the focus when I click the button (I'm using SendKeys with a search and ...
|
| Appointments and attachments, looking for suggestion on how to pro | 21 Feb 2008 14:49 GMT | 2 |
Visual Studio 2005 + VTSO SE, WindowsXP, Office XP. Wrote an addin that detaches any attachments to appointments, stores them in another outlook folder and replaces the original attachment with a shortcut pointing to the attachment. All works well.
|
| PR_MESSAGE_DELIVERY_TIME property | 20 Feb 2008 22:20 GMT | 5 |
A while back I posted about creating a Readme in a public folder and keeping it at the top of the view by changing PR_MESSAGE_DELIVERY_TIME using Outlookspy. I can't seem to perform this change anymore. With the message selected I select IMessage, select the ...
|
| namespace.CurrentUser - exactly where does this come from | 20 Feb 2008 19:26 GMT | 3 |
I have a VB addin for Outlook 2003. Mail server is Exchange Server 2003 SP2. Users are stored in Active Directory on that server. I'm using the namespace.CurrentUser.Address property in the addin to
|
| change the default font settings for a new label on userforms? | 20 Feb 2008 18:07 GMT | 1 |
Can I change the defaults to something like Comic Sans, 12 point, Bold? thanks, I've done this MS Access, but can't figure it out in Outook vba...
|
| Performing an html mailshot | 20 Feb 2008 14:54 GMT | 1 |
I need to send html newsletter to staff on a regular basis using outlook automation via vba. I want to know if there are any guidelines to create the newsletter and the way the code handles the newsletter. In particular I need to know;
|
| Error automating outlook from .net | 20 Feb 2008 14:50 GMT | 5 |
I created a setup file of my vb.net app and remotely installed it on a client's machine. The app bombs at start-up with the error; Error while initializing application: Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to
|