| Thread | Last Post | Replies |
|
| Exchange Server is not Ready | 19 Jul 2006 19:08 GMT | 3 |
I have written a small access program that opens up Outlook, checks the inbox for emails with a particular subject. It it finds one it grabs some information out of it, formats a new excel spreadsheet and sends this result to the requestor. I have this running unattended as a
|
| Inserting Links into a RTF Message | 19 Jul 2006 18:53 GMT | 1 |
You used to be able to insert an hyperlink into an RTF message that contains spaces in the path by enclosing the the link in chervrons (ie <>).. so for example <file:\\dingbat\ourdocs\rohan.salt\Frogs and Dogs\000212.rohan.salt.doc>
|
| outlookexpress API | 19 Jul 2006 17:38 GMT | 1 |
From where can i get outlookexpress API(if i can) and its documentation, as i want to develop an application in vb.net 2003. Thanks, Abu Sufyan
|
| Outlook.application startup differences Outlook 200 vs 2003 Please help ;-) | 19 Jul 2006 16:28 GMT | 6 |
I'm creating a synchronisation program which wil synchronise data between Outlook and our own database. We want our program to work with Outlook 2000 and up. The program is made with VB 2005 to communicate with a
|
| Sorting | 19 Jul 2006 12:52 GMT | 1 |
I am trying to sort the messages in my inbox before working with them in VBA. I am using objInbox.Items.Sort "[Subject]" No errors occur but when using objInbox.Items.Item(1).Display i still
|
| Help With Flags | 19 Jul 2006 11:18 GMT | 1 |
I am trying to create a simple program which goes through inbox replacing mail with no flag with a blue flag. This is the code i have so far: Sub GetEmailItem()
|
| Auto BCC to a fixed address | 19 Jul 2006 08:36 GMT | 2 |
Is it possible to set up Outlook 2003 in such a way that automatically a blind copy (BCC) of every outgoing message is sent to a fixed address? I have tried the suggestion from http://www.outlookcode.com/d/code/autobcc.htm
|
| Custom Commandbar doesn't appear when opening or creating a new email | 19 Jul 2006 06:26 GMT | 2 |
Hey there I have created this custom commandbar which works ok in the main outlook window. The problem is that this custom commandbar does not appear when I click
|
| Attachment present, but not showing. | 18 Jul 2006 22:11 GMT | 2 |
I'm revisiting an issue that I had in January. At the time Sue suggested a possible solution, but either I wasn't sure how to implement it, or it wasn't working (most probably #1). I am trying to send email with an attached file from Access. I have a
|
| Changing Default Font with MailEnvelope Introduction | 18 Jul 2006 19:30 GMT | 1 |
I'm using Excel's MailEnvelope property to automate emailing the activesheet (actually a chart) to a number of users. The MailEnvelope.Introduction always appears in Times New Roman. Does anyone know where the font choice comes from, and can it be changed.
|
| Change VBA Reference from PST to OST File | 18 Jul 2006 14:54 GMT | 1 |
Someone wrote simple code that exports a calendar to a file for reference by other users. We recently migrated to Exchange and I need to figure out how to change the code to export the new OST file. Snippet of code is as follows:
|
| outlook forward macro | 18 Jul 2006 13:45 GMT | 6 |
Would like to create macro to forward message adding the following text to body. "Sue" "Please approve enclosed forecast change request and forward to Bops"
|
| newbie question | 17 Jul 2006 21:41 GMT | 1 |
How do I set a variable to the display name for the account that is running..(basiscally, the name in the from field)?
 Signature Thanks,
|
| Create Menu Item | 17 Jul 2006 20:13 GMT | 2 |
I'm fairly new to programming so I hope you can help. I am trying to create a standard menu in Outlook 2003 that will contain links to pre-created templates. I know how to have do this manually, but the intention is to share the
|
| Help emailing worksheet range via Redemption | 17 Jul 2006 18:36 GMT | 1 |
I am trying to automate an Excel macro so that it will run its update and email the results without any user intervention. I have installed Redemption, and I can successfully send a test mail. The problem that I am having is that I cannot figure out how to send a worksheet, or a
|