Group:  Microsoft Outlook » microsoft.public.outlook.interop

Geek News

Threads Replies Last Post
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  
Duplicate Appointments in Outlook - but only one in Notes
I'm using the Microsoft Connector for Domino (2.0.4007.0) in Outlook 2003 SP2. Many but not all meeting requests I receive are duplicated in Outlook even though there is only a single appointment when I check using the Notes client. I suspect the problem only occurs with meeting requests that are internal to my organisation and the requests from other organisations don't get duplicated...
1 9/25/2006 10:49:02 PM
Getting signature file name/location
Hi Is there a way to programmatically get the file name and location of the currently set outlook signature? Thanks Regards ...
3 9/24/2006 9:12:38 PM
Problem with signature when creating new email
Hi I am creating email via code from access using below; objOutlookMsg.Display objOutlookMsg.BodyFormat = olFormatHTML objOutlookMsg.Body = "Dear abc..." & objOutlookMsg.Body The email displays fine along with the signature set in outlook but as soon as the text is added, the signature formatting is lost and the signature image is replaced with a hyperlink. How can I preserve the si...
2 9/21/2006 4:57:19 PM
How to add inline image to MailItem programmatically ?
How to add inline image to MailItem programmatically ? ...
2 9/21/2006 1:58:56 PM
Toolbar Appearance Issue with WordMail
Hello, I have a toolbar that appears with word and Outlook (WordMail). Just after the installation using MSI, if I open the word the toolbar appears but without closing it If I open the outlook (compose mail in wordmail editor) the Toolbar disappear bydefault. I m working on Office 2003 and VS2005. Thanks, -Harish ...
1 9/21/2006 12:29:41 PM
Using Outlook with Lotus Notes R7
Good afternoon, My company is a 99% Microsoft shop, running Windows XP and Office 2003, but we use Lotus Notes instead of Outlook. For the past several years, we've been running Lotus Notes R5, and I've been succesfully running the Microsoft- provided Outlook Connector for IBM Lotus Domino. However, this past June, our IT department decided it was time to move to R7. Since then, I've been ...
1 9/19/2006 7:10:43 PM
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 80040154.
Hi, I have a problem with Outlook Redemption, every time I'm trying to create a new RDOAddressBook: Redemption.RDOAddressBook AB = new RDOAddressBook(); I get: "Retrieving the COM class factory for component with CLSID {...GUID...} failed due to the following error: 80040154." I tried to reregister the Redemption DLL but I still get this exception... My OS is win server 2003 sp1 it may be...
3 9/18/2006 8:44:25 AM
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 80040154.
Hi, I have a problem with Outlook Redemption, every time I'm trying to create a new RDOAddressBook: Redemption.RDOAddressBook AB = new RDOAddressBook(); I get: "Retrieving the COM class factory for component with CLSID {...GUID...} failed due to the following error: 80040154." I tried to reregister the Redemption DLL but I still get this exception... My OS is win server 2003 sp1 it may be...
1 9/17/2006 7:57:15 AM
C# and Outlook
I am trying to send emails from my application (not using a plugin, that will come later), I can create an email and add attachments. I can fill in the body etc. Word works for the editor. So mostly what I want. My issue is I would like to retain the signature block that exists when I insert my body into the message. Any help would be appreciated. Here is the code I am using: //Initia...
4 9/16/2006 7:31:15 PM
Spell checker in OWA; The spelling in this item can't be checked
Users receive this message spell checking in OWA: “The spelling in this item can't be checked. Try again later.” OS = Windows 2000 Pro, Windows XP Pro2 Fully service packed and patched Browser = IE V6.0.2800.x We’ve confirmed all recommended permissions and settings as described in postings on this site and Microsoft’s regarding this problem and still we’re experiencing this...
1 9/15/2006 7:01:01 PM
Global Search and Replace in Contacts Field
Is it possible to do a search and replace in the Contacts Mobile Phone field? I presentlyhave mobile phones numbers saved in the format 04xxxxxxxx and would like to do a global search for 04 and replace with +614. Then my mobile numbers would be stored as +614xxxxxxxx Why, you ask? Because my mobile phone PDA will be able to send SMS messages from anywhere in the world. -- Ashpo...
2 9/15/2006 2:30:02 PM
SMS Field for Mobile Phone
My MSFT Windows 5 has separate Contacts fields for mobile phones and SMS. How do I populate the SMS field so ActiveSync can update the phone -- Ashpoint...
2 9/14/2006 8:38:09 PM
Outlook Web API ?
My Outlook Office client is having latency problems (throws up the username password when trying to load...the Exchange server is at a distant site). However, Web Outlook running in a browser seems to work ok. Question: Is there a separate API for manipulating Outlook via the Web API? Is it an ActiveX control? -- Texeme Construct...
3 9/12/2006 4:37:31 PM
Uploading Rules
I have a user who cannot upload rules he creates. Says "One or more rules could not be uploaded to Exchange server and have been deactivated. This could be because some of the parameters are not supported or there is insufficient space to store all of your rules." I have tried this on another machine (same) and I have logged onto his machine using same rule setup (works). What is i...
4 9/12/2006 1:09:01 PM
Setting a timeout
I have a program that does an automated login to Outlook, does some parsing of emails and closes. There have been some issues with my Exchange server lately, such that it will throw the username/password prompt when logging in. This seems to be hanging my program because it is waiting for some type of user input that the program is not designed to deliver. It occurs at: objFol...
1 9/8/2006 9:16:57 PM
Reference to the mailitem the user has chosen
Hi there :) I have a button in Outlook which allows the user to save a mail item to an external archiving system. If the user presses this button I need to check wether or not he has a mail-item "active". By this I mean that the user has selected a mail in a spesific folder that he wants to archive. Furthermore I need to get hold of that spesific mail item with belonging attachements....
2 9/7/2006 2:29:16 PM
MailItem.Send event (not the method)
Hello, I am using .NET C# with VS 2005 for Outlook automation. Can someone explain me how to use MailItem.Send event correctly? What I discovered is MailItem inherits ItemEvents_10_Event interface and _MailItem interface and both have "Send" defined. And _MailItem's Send obscures ItemEvents_10_Event's Send. MailItem | + ItemEvents_10_Event (where "Send" is defined as an event) ...
4 9/7/2006 2:13:42 PM
Track a specific email is sent
Hello, I used .NET to create an Outlook automation solution which is to launch an email with predefined email template from a .NET app. However I am stuck with tracking the email is being sent or not. I saw there is an "ItemSend" event in Application object which seems to the one. But the problem is that this "ItemSend" event is for every email being sent from Outlook. So now the problem...
2 9/7/2006 1:51:36 PM
Security Popup on reading Contacts email
Hello Using WinXP SP2 / Office 2003 SP2 / VisualStudio 2005 Prof I've ha application (EXE) with C_Scharp builded that will access the email contacts. All works fine, but Outlook bings up the Message Box "A programm is trying to access ..." (http://office.microsoft.com/de-de/assistance/HA011127891033.aspx) When I click ok give access for 10 min t works ok. But the enduser d'ont want ...
6 9/7/2006 1:48:54 PM
Reference to the mailitem the user has chosen
Hi there :) I have a button in Outlook which allows the user to save a mail item to an external archiving system. If the user presses this button I need to check wether or not he has a mail-item "active". By this I mean that the user has selected a mail in a spesific folder that he wants to archive. Furthermore I need to get hold of that spesific mail item with belonging attachements....
1 9/7/2006 10:53:07 AM
Gana dinero facilmente $$$$$
Invierte sólo 7 dólares y gana ayudando begin 666 HAZ UN GRAN CAPITAL AYUDANDO A LOS DEMAS.....doc MT,\1X*&Q&N$`````````````````````/@`#`/[_"0`&```````````````! M````6@``````````$ ``7 ````$```#^____`````%D```#_____________ M____________________________________________________________ M____________________________________________________________ M__________________________________________...
1 9/5/2006 6:17:55 PM
Can Oulook read AOL mail?
With the arrival of free AOL mail, can Outlook be "taught" to open AOL e-mail? -- Regards, Hank Arnold...
3 9/3/2006 9:17:54 AM
Unable to open default e-mail folders!
I am receiving this message every time I try to open Outlook. I have the suggestions in this link to no avail: http://support.microsoft.com/kb/312337/en-us?spid=2520&sid=global I have uninstalled and reinstalled all of Office and nothing helps. Any ideas? ...
3 8/31/2006 10:32:24 PM
Outlook failed to start correctly last time. Outlook 2003.
My users on one of my 2000 Terminal Servers are getting this warning message every time they start Outlook. I have checked the Disabled list and there is never anything listed. I have performed Article ID 319517 and it didn't work. I know it is for Outlook 2000/2002, but I am crasping here. I have search the TechNet and found nothing helpful. I have search Microsoft Software Forum...
1 8/29/2006 11:04:02 PM
.NET Object Model Reference
Does anyone know where I can find, all in one reference, a complete listing of all the classes and members of the .NET 2.0 Framework? Thanks, Mike ...
2 8/21/2006 4:46:47 PM
12 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  

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