| Thread | Last Post | Replies |
|
| Account check | 18 May 2005 14:25 GMT | 2 |
I'm running Outlook 2003 on Windows XP SP2. I'm trying to put together some code that, when I send or reply to an email, will check which account I am about to use and, if necessary, alter it to something specific. This is to ensure that I always reply to emails via
|
| Macro Shortcut Key | 18 May 2005 12:50 GMT | 1 |
How do you write or make a shortcut key for Macros in Outlook?
 Signature Top Notch Admin
|
| Excel - Outlook | 18 May 2005 12:39 GMT | 1 |
How can i load an excel spreadsheet when i am in Outlook, at present i have a procedure that runs and want to transfer some information from an email and userform straight into Excel. David
|
| Controls parameters | 18 May 2005 06:52 GMT | 1 |
If I use CommandBars("Formatting").Controls("Italic").State Is there a means of using the numerical values of "Bold", "Italic", and "Underlined" within Controls("Italic") function? If I use the string, then the I'll need to put it as a constant, and that constant will need to be ...
|
| Create HTML email message in th outbox | 17 May 2005 20:40 GMT | 1 |
I have never used the Outlook object model with VB6 before, so excuse my ignorance. I'm trying to create a new email, insert the HTML file into the body of the email and put it in the outbox for sending later. Here is part of the code.
|
| How do I run a rule after the message has been read? | 17 May 2005 20:34 GMT | 1 |
I am attempting to write a rule in Outlook 2000 to apply the rule after the message has been read to forward the messages to 2 other inboxes and a folder. I can get this to work "after the message arrives" but not after it has been read. I can't even find that option. Does ...
|
| Adding Message Text to Recieved Message | 17 May 2005 20:18 GMT | 1 |
I would like to write some code to add five lines of text to the current selected message in my inbox. This text that will be added will be taken from a user form created in VBA, and working with the form in no problem but how do i gain access to the current selected message, the ...
|
| Message formats | 17 May 2005 13:41 GMT | 4 |
What is the fastest means of determining the message's format? With our adaptive screen reader, I look for the "(HTML)", "(Plain text)", and "(Rich edit)" at on the screen within the message title when the message is opened, but I'd rather try to get that info via the Outlook ...
|
| How to Read a .CSV File Into An Array | 17 May 2005 06:52 GMT | 1 |
Anyone have a good example of how to read the contents of a .CSV file into a dynamic array? I have a file c:\users.csv that contains 3 columns TeamName, UserName, Location I need to read the information into a Dynamic Array.
|
| Scope of UserProperty in mail item | 17 May 2005 04:04 GMT | 2 |
I try to mark any read mail by using the UserProperty as Ken Slovak suggested. But I have problem to keep each mail item's UserProperty in the application scope since after the function is called next time, the UserProperty is reset. I tried to check the UserProperty exist first, ...
|
| Editing Contact's Details in Outlook | 17 May 2005 00:41 GMT | 2 |
I wanted to know if its possible to open up a particular contact's details and edit the details from within my application? if so, how? I am able to open the custom Outlook Contact Dialog; but that only allows adding a new contact using this....
|
| accessing blocked attachments | 16 May 2005 22:00 GMT | 1 |
i have blocked attachments in outlook express and i do not know how to access them, or prevent attchments being blocked in the future. any help would be great.
|
| olMailItem.Save doesn't save change to subject OL2003 | 16 May 2005 13:20 GMT | 3 |
I have a rule that runs a script which checks for and changes text in the subject. As an example, it will replace "RE: RE: " with "RE: ". To save the new subject: myItem.Subject = newsubject
|
| Bold, underlined, and other format button status | 16 May 2005 12:23 GMT | 3 |
I need to determine if the Bold, Underline, Italics, etc. formatting buttons are pressed within the format toolbar within an HTML message editing session. What is the syntax to that button's status?
 Signature Thanks, Dennis
|
| Question... | 15 May 2005 21:19 GMT | 1 |
Is it possible to store data in a database from Outlook VBA? If so.. ummm how??? Thanks!
|