| Thread | Last Post | Replies |
|
| sending email trough ms outlook from outside MS outlook | 08 May 2006 13:56 GMT | 1 |
Currently I'm using BLAT (in combination with self made scripts) to send emails to customers with specific data and document attached. This works trough a smtp server. I'm looking for an option to do the same but without sending it
|
| how to eliminate double spacing in outlook 2003 signature option | 08 May 2006 01:30 GMT | 2 |
I am using Outlook 2003 and when I set up my signature to automatically print after an email (Tools,Options,Options,Mail Format,Signataure) extra spaces appear between lines of my signature. How can I prevent the extra spaces. Example:
|
| Vba Project OTM - Thisoutlooksession(code) error | 07 May 2006 15:31 GMT | 4 |
Vba Project OTM - Thisoutlooksession(code) window pops up, and I have to stop the degugger to send an email. I've been using OL 2002 for 2 year, never had this problem, How can I fix it ?
|
| have to restart access after sending one email | 06 May 2006 19:31 GMT | 1 |
Using Access 2000, outlook express 6 Attempting to automate email for those people who have requested book scans and scan is older than one month - email asks them to reconfirm their request
|
| Closing a PST file | 06 May 2006 08:48 GMT | 1 |
I'm using the code I found here: http://www.outlookcode.com/codedetail.aspx?id=962 to open a local PST file - works great. However, once I'm finished working with the PST file, I want to close it
|
| User Defined Field Initial Value | 06 May 2006 06:54 GMT | 1 |
I set up a User-Defined Field for the contacts folder called ContactID number. When I open a contact to look at that field, the value is blank. Does anybody know what this "blank" value is? Is it "Nothing",
|
| how to do mailing lists (BCC) so that other don't see the address | 06 May 2006 03:07 GMT | 1 |
help please - how do i do a mailing lists (BCC) so that other don't see the addresss
|
| Script always faulting | 06 May 2006 03:07 GMT | 1 |
I've written a VBA script that will run every time a message is received that will examine the message for attachments, and if it contains a certain attachment that my ISP includes if it thinks the message is spam, and if it does, it removes the attachments and moves
|
| Clear Flag for follow up items macro | 05 May 2006 14:48 GMT | 4 |
Could anyone please help me with Clear Flag macro for Outlook 2003? Sometimes I "flag" my e-mail items for follow up with flags of various colors. To remove the flag, I need to right clic, go to follow up, then select clear flag. Is there a way to do with one macro to be assigned
|
| Changing message format | 05 May 2006 13:15 GMT | 3 |
I have written a macro to delete attachments from e-mails and add the file names of the deleted attachments to the end of the message text. Every time I run this the format of the message is changed to rich text, regardless of what the format was originally. (The help files on ...
|
| Clear multiple MsgBox!!! | 05 May 2006 09:07 GMT | 4 |
I use a bit of code that gives me the same alert that was used on Outlook 2000 for new mail Items...I am using Outlook 2003. btw i dont like the mail envelope or desktop alert thats why im using this macro! This code is in "ThisOutlookSession" and invoked via the Rules and Alerts
|
| Help with prompting for a subject | 05 May 2006 08:23 GMT | 12 |
Can anyone please help me. I am trying to write a macro that does the following. When an email is opened (either a new email or a reply / forward) the macro must check if there is content inthe subject line. If there is,
|
| Programmatically send Email text containing hyperlinks from Access | 04 May 2006 20:44 GMT | 2 |
I would like to send Email test containing hyperlinks programmatically from Access using a table that contains each mail receipant's information with some hyperlink fields. I compose a message body combining the contents of the fields in the table for
|
| Errors in sending a post form in Outlook 2k | 04 May 2006 19:53 GMT | 7 |
I have a post form that was created by previous programmer and I am trying to figure out why I am getting these errors. Below are the messages appeared in the same form. I am learning VBA and the Outlook functinoally so bear with me. I am still looking through the VBA script ...
|
| Inspector outdated | 04 May 2006 18:53 GMT | 4 |
I am using the following code in my ItemSend-notification to get the name of the account from which the current eMail will be sent [C#-Plugin]: void applicationObject_ItemSend(object oItem, ref bool Cancel) {
|