Group:  Microsoft Outlook ยป microsoft.public.outlook.interop

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
10 Pages: 1  2  3  4  5  6  7  8  9  10  
PIA for custom Redemption.dll
I made a custom Redemption dll using customize.exe, as explained at http://www.dimastr.com/redemption/security.htm. I changed all the class names and GUIDs. Let's say my custom Redemption dll is called MyRedemption.dll. All the class names are the same except I prepended them with "My". All the GUIDs are unique and not the same as those of the standard Redemption.dll. I then decided to mak...
2 01.02.2006 15:12:21
Outlook 2003 Closes sporadically when opening emails
Hi One of our clients experience a bit of a problem. Certain e-mails that she opens closes outlook without any errors. Others work fine. Need somme help here.... Tx ...
1 01.02.2006 08:23:55
C# Outlook addin build problem: "No way to resolve conflict between "office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
Hi, I have recently upgraded my Outlook addin to .NET 2.0. I am building against an Outlook 2000 typelib since I want to stay compatible with that version. Suddenly I am receiving this message during the build: No way to resolve conflict between "office, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" and "Office, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b0...
1 01.02.2006 02:47:33
Outlook interface doesnt work with other programs
When I am using word or excel (2000) and click send to I receive and error message and then outlook(2003) that causes an error report and outlook needs to restart. I have done all updates on office and outlook. not sure where to look to resolve problem. Thanks...
2 01.02.2006 01:59:09
Active X
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 problem in IE this just happens in outllook. Any Ideas? ...
2 31.01.2006 15:37:02
Am looking for a dictionary of swear words
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 reduced it to either 1, 2 or 3 or, more frequently no spam each day - it's detected and moved to configu...
3 31.01.2006 08:49:27
.NET Win App to get attachments
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. Where do i start? How do I monitor a folder - or, on command, go read a folder from .NET? Thanks! -- Keith ''S...
2 28.01.2006 01:18:54
building a web site
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a good site builder. Im going to keep working on it ill let you all know how im doing. Paul ...
1 27.01.2006 01:30:54
Outlook IMAP SELECT
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 LIST Outlook issued just before. Any idea why outlook is doing this? Simon...
5 26.01.2006 14:32:03
Free Hot Phone Sex
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de ...
1 21.01.2006 15:57:58
Free Hot Phone Sex
+8613352960090 100% Free multi-lingual AnimalSperm Production elmar@digi-art.de ...
1 21.01.2006 15:57:53
Object Not Found error in Outlook 2003 calendar
I've got a problem with several Outlook clients in my organisation. Suddenly from one moment to the other, when trying to open a recurring event in the Outlook Calendar, I get the message "Can't open this item. The object could not be found" At the same time, the context menu isn't displayed anymore when right-clicking any item in Outlook. I already applied Office 2003 Servicepack 2 and l...
1 20.01.2006 09:11:02
send mail from data base with outlook
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) I also have a Exchange serveur on my land. I dont want to use import/export cause i want to be sure that my data base is up to date; Thank ...
2 18.01.2006 19:09:54
Free mp3's
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>And much more that that!</P> <P><A href="http://forum.saait.net/">http://forum.saait.net/</A></P> <P>This site offers free and legal mp3's, software, movies, games.<BR>They also have a l...
1 18.01.2006 06:34:19
Emailing Outlook Calendar appts. not working
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 fine. What am I missing. I am using Outlook 03. Thanks, ...
2 16.01.2006 17:34:12
urgent help
Dear All, 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. Now, i want to understand the difrrent between using Personal Folder & Autoarchive. ? If i disable the AutoArchive, and depending on the PST, do you think ...
2 16.01.2006 15:47:12
How to avoid the outlook popup warning when retrieving an MailItem
I managed to retrieve an MailItem successfully having the EntryID ahead of time using: olApplication = new ApplicationClass(); olNameSpace = this.olApplication.GetNamespace("MAPI"); MailItem item = (MailItem) this.olNameSpace.GetItemFromID(strEntryID, null); string retValue = item.Body; Of course, the Outlook warning window pops up. I've switched to trying Dmitry Strebleche...
6 16.01.2006 15:43:31
Selecting outlook account via code
Hi I am using Outlook 2003 with multiple accounts and when sending mail I select the relevant account from the drop down on toolbar. This is slightly tedious and I wonder if I can have two buttons on tool bar and each selects the correct account and signature on its own. In this regard I was wondering if it is possible to this in code (vba); Select the outlook 2003 account via code. I...
3 16.01.2006 14:17:55
Help on Outlook automation
Hi all, I need to register my callback functions with outlook, to get notifications on events like new mail received and retrieve the mail subject line and sender. I want to do the same through managed code. Any idea, how to achieve it? Regards, Neo ...
2 15.01.2006 16:49:06
Getting an EmailItem object from EntryID question
Hi all, 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 out). I don't have experience grabbing individual EmailItem objects yet so I'm suspicious that I'm skipping a ste...
6 12.01.2006 01:06:12
Copy Private Items
I am attempting to copy people's inbox's to .PST's for review of there box's. I have granted myself access to these box's but when I try to copy the entire inbox and subfolders I get a "Cannot copy this folder because it may contain private Items". Is there a way around this or will I have to go to the users directly?...
1 11.01.2006 14:58:04
Outlook->domino connector & free/busy times
Hi: An Outlook fan in a Domino/Notes world, and while I've managed to get Outlook to play nicely for the most part, it does do something to the Domino server so that Notes clients see all my time as "Already Scheduled" aka: Busy. Funny thin is, if I share my calendar, the "Open other calendar" feature of Notes shows the right things?? Anyone seen this, have the solution, or hav...
1 10.01.2006 22:43:02
Email Item properties
This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C6138A.BFED91B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, 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 ...
3 10.01.2006 17:54:49
Macro to open attachments in Outlook
Is it possible to create a macro that will open attachments I receive via email in Outlook? This is a repeated task with many keystrokes. A macro to automate this would be great. Any suggestions on books, sites or specific info to help me do this? Thanks in advance, jasbury@ieee.org ...
1 10.01.2006 15:04:41
Cannot Print or Save in Word
Using Outlook 2003 & Office 2003 with Word as email editor for Outlook. This causes Word to disable printing and saving. If I don't use Word as default email editor everything seems fine. Same problem was before with Outlook 2000 and Office 2000. Any idea? Thanks, Eshel...
1 06.01.2006 10:12:02
10 Pages: 1  2  3  4  5  6  7  8  9  10  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net