| Thread | Last Post | Replies |
|
| Active X | 31 Jan 2006 15:37 GMT | 1 |
Everytime I open an email from a user I get the following error message. "Your current security settings prohibit running Activex controls on this page. As a result, the page may not display correctly" I am using outlook 2003 and its only coming from this one user. I have no
|
| Am looking for a dictionary of swear words | 31 Jan 2006 08:49 GMT | 2 |
I have completed my project to develop an anti-spam plugin to Outlook 2003. It uses VS2005 and VSTO and SQL Express (written in C#) and I must say I am thrilled with the result. I have been testing on users (like me) who get > 400 spams per day (thus the fake email addy)) and have ...
|
| .NET Win App to get attachments | 28 Jan 2006 01:18 GMT | 1 |
I'd like to write a small .NET Win App to monitor certain folders. When messages arrive in those folders (I have rules that move them there already) I'd like to grab the attachment, check it's type and then store them to the hard drive if they are a certain file type.
|
| Outlook IMAP SELECT | 26 Jan 2006 14:32 GMT | 4 |
Just noticed Outlook issuing an IMAP SELECT of the form: 000U SELECT "" This refers to a mailbox with no name whatever that means. My server cannot handle such mailboxes. No mailbox with this empty name was returned in the
|
| send mail from data base with outlook | 18 Jan 2006 19:09 GMT | 1 |
Is-it possible to send mail with outlook to email adress from my customer table on my SQL serveur. I want use outlook to create my mail but dont use adress book from outlook but data base on a SQL server (same lan)
|
| Emailing Outlook Calendar appts. not working | 16 Jan 2006 17:34 GMT | 1 |
I can create an appt. on computer A and send it to computer B and I get an email with an attachment that will add the appointment to my calendar. If I send from computer A to computer C, I get the email but no attachment. It just has text. I can send from B to C and it works ...
|
| urgent help | 16 Jan 2006 15:47 GMT | 1 |
I am haveing Exchange Enviroment Here in My Network. All of my users i convert them from using mailbox to use Personal Folder, and all of the E-mails will be stored locally on the client PC as per our company Policy.
|
| How to avoid the outlook popup warning when retrieving an MailItem | 16 Jan 2006 15:43 GMT | 5 |
I managed to retrieve an MailItem successfully having the EntryID ahead of time using: olApplication = new ApplicationClass(); olNameSpace = this.olApplication.GetNamespace("MAPI");
|
| Getting an EmailItem object from EntryID question | 12 Jan 2006 01:06 GMT | 5 |
I have an EntryID object that I'm getting from Windows Desktop Search. I've verified that I'm using EntryID values that exist in Outlook (I cycled thru each EmailItem in Outlook and printed out each EmailItem.EntryID to compare what the Interop sees and what WDS spits
|
| Email Item properties | 10 Jan 2006 17:54 GMT | 2 |
I'm writing an anti-spam plugin for Outlook. The code snippet below allows me to get the subject of an Outlook emal item. How can I determine what other properties are available to be looked up ? eg. if I was looking for the senders email address or domain name what would be the ...
|