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  
Creating Outlook "Task" email without using OOM
Hi, I'm hoping to create Outlook (2007) Tasks email from a standalone app w/o using OOM (similar to creating an OL appoinement by sending a vCal item over email). Can someone provide any example (or references)? Alternatively, what are the specifications for the TNEF attachments in Winmail.dat? Any help or ideas will be greatly appreciated. Thanks DG....
9 12/19/2008 9:01:03 PM
Weird interop assembly loading problem
There is very strange assembly reference problem and loading problem I experience with my Outlook addin. Here are the detail (a long story :) ): I have an old Outlook addin, written and build using .Net 1.1. The addin is loaded using an unmanaged shim in its own application domain. It works OK, with .Net 2.0, even if 1.1 is not present on the user's machine. The addin uses a custom Out...
3 12/9/2008 7:20:09 PM
Outlook "Out of memory" error
Hi Everybody, When running a .NET app that uses Outlook Interop, we're getting this message as an exception: "Out of memory or system resources. Close some windows or programs and try again." Basically, we're not sure if this is an Interop issue, an Outlook issue or an Environment issue. Any insight anybody might have as to what could be causing this, or even a way to attack this is...
2 12/8/2008 10:15:24 PM
Application.ActiveExplorer().Selection fails in C# application
I am building an application that stores information about activites related to customers. It's using .Net 3.5 Sp1, C#, WPF, LINQ etc. One thing I want to support is the ability to drag'n'drop a bunch of emails from Outlook and extract the subject, sender, time and body from each mail, and store them as an activity. From what I gather, this should be possible via the Microsoft.Office.Int...
11 12/5/2008 2:46:09 PM
Deploying a project with VB.Net
I created a project that uses the outlook.interop library. It works beautifully on my computer, but when i tried to run the application from another computer it didn't work. I tried installing office 2007 on that computer, but still got the same thing. I looked around, but couldn't figure out what to do to make my application work on another computer. I came across the link below, http://m...
2 11/28/2008 2:15:06 AM
Programmatical configuration of Outlook 2007
Hello, guys. I want to write an outlook configuration tool, which would set various settings of outlook: check or uncheck its checkboxes, configure accounts and so on. The tool is supposed to be written in delphi. Are there any possibilities to access the corresponding settings of outlook and to change them from the outside? BR Ewgenij...
5 11/26/2008 8:26:33 AM
Find all Comunication History objects of Account
Hello, I'm new to program Outlook apps. I have BCM account object and want to find all comunication history objects in C#. I use following command: object item = olNameSpace.GetItemFromID(entryID, bcmHistoryFolder.StoreID); but then is necessary to find out type of the object (Outlook.ContactItem, Outlook.JournalItem, ...). There are several items but GetIemFromID returns only the first ...
2 11/5/2008 2:39:23 PM
Outlook 2007 fails to login to my ATTGlobal server
In my previous installation of Outlook 2003, I was able to enter my ATTGlobal email account in the email accounts list. I have just upgraded to Outlook 2007, and tried to enter the ATTGlobal account, but Outlook has been unable to login to the ATT server. I went to the ATTGlobal net's website and accessed my email account details, so I know it's active. I also sent a test message from ...
2 11/3/2008 2:11:31 PM
Outlook 2007 Hangs Up
when I try to send a link or a page from IE, use the send to feature for a word document, or the send to feature in general, outlook will not open up and complete the action. It looks like it wants to momentarly then stops. At that point if I try and open Outlook it will not open. I then need to use task manager to end the process. Did not do this in the past. Outlook is set as the defau...
2 10/28/2008 11:26:24 PM
Retrieving group members
Hi, Not sure if i should post this here or on a .NET website but figued i'd give it a whirl anyway. What i'm looking to do is connect to outlook through C# code and retrieve members of a particular outlook group. I need to grab the emails of the members associated to that group. Is their a way to do this? Or can someone direct me elsewhere that would be better to ask this question? ...
3 10/24/2008 11:32:26 PM
Showing a form in an .Net Outlook Add-In
I've created an Add-In for Outlook (2003) using VB.Net (VS 2005). I'm having difficulty w/ getting either of the forms that I created to be visible. I've defined the forms as class-level variable in the Connect class. This is the code that is executed in the method that handles the button.click (button is a CommandButtonBar) event: form_Export = New Form_Export form_Export.Show() ...
6 10/22/2008 5:31:31 PM
Import from Mozilla Thunderbird?
Is it possible to import mail messages to Outlook 2003 from Mozilla Thunderbird so that they can be viewed in Outlook in all other ways treated as fully integrated with the Outlook environment? I use a standalone installation of Outlook, not networked, on a home computer. I have used Thunderbird as a news reader and backup email client. Some email collected there when the machine on w...
2 10/21/2008 2:06:38 PM
Lotus Notes connector: Notes server change not recognized
I have been using, with reasonable success, the Lotus Notes Connector with Outlook 2003. My company recently moved my mail database to another Notes server but the Outlook Connector has not recognized the change. It is still pointing to my old mail server location and I do not know how or where this setting is modified. In fact, the Notes server address is greyed out in Outlook's Tools...
3 10/18/2008 4:34:01 PM
Datafields for datasource in Outlook Today page
Hi everyone! Currently I'm trying to change the Outlook Today page a little. At this moment it sums up all the Inbox/Junkmail folders from all my email accounts on the Outlook Today page under Messages. Problem is that every Inbox folder is just called Inbox, not <accountname> - Inbox or something similar. This I want to do by adding something like: <DIV DATAFLD="NameOfAccount...
1 10/16/2008 10:40:01 AM
ExchangePerflog_*.dat files when using RDO redemption to call .LogonExchangeMailbox
Hello, I have written a simple service in VB.NET that utlizes outlook redemption to connect to an exchange server and scan emails. This code constantly loops so that any new mails received are also scanned. I have included a sample of the code below. However each time I call the following line: Session.LogonExchangeMailbox("ha...@test.com", "myexchangeserver") a new file is written to ...
4 10/13/2008 11:41:23 AM
ExchangePerflog_*.dat files when using RDO redemption to call .LogonExchangeMailbox
Hello, I have written a simple service in VB.NET that utlizes outlook redemption to connect to an exchange server and scan emails. This code constantly loops so that any new mails received are also scanned. I have included a sample of the code below. However each time I call the following line: Session.LogonExchangeMailbox("ha...@test.com", "myexchangeserver") a new file is written to ...
1 10/8/2008 2:44:45 PM
duplicate, triplicate and even quadruplicate emails
I am getting emails downloaded from my email account with GMAILto Outlook 2003, that are in duplicate, triplicate and even quadruplicate. I deleted the link from my blackberry to GMAIL, believing that my blackberry link to the GMAIL server may be causing this. However, the problem persists. How do I repair this, so that only a single copy of each email gets downloaded to my Outlook 2003 clien...
2 10/7/2008 1:35:39 PM
Getting tasks from Access database
I want to import a table from access into outlook's task folder. I have a sales group of people that need to retrieve items from this database and add it to their tasks. I would like this to be automated to kick off every two hours. Can this be done? Does anyone have any code as an example for this? I am an experienced VB programmer (.net and classic) but have done very little progr...
2 6/30/2007 6:54:54 AM
Regarding MailItem.UserProperties
Hi, I am using Outlook 2003. I am developing an Add-in using Visual Studio 2005 (C#). I have coded a method called "SendMail()" as followed: public void SendMail() { MailItem newMI = (MailItem) ((Microsoft.Office.Interop.Outlook.Application)applicationObject).CreateItem(OlItemType.olMailItem); newMI.To = ".....@gmail.com"; ...
3 6/28/2007 8:32:53 AM
Exporting and importing items in outlook
This is a multi-part message in MIME format. ------=_NextPart_000_0020_01C7B8A6.A6E5FA00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm working on exporting and importing items. While exporting, I'm = maintaining an extra information about the folder hierarchy in XML = format and also all the items that have been exported in a separa...
2 6/27/2007 1:06:32 PM
Problems with COM
Hi I posted a quesiton earlier, but it hasn't showed up in over an hour, so I'll post again, this time with more info. So I'm tring to access the Outlook 2003 Address book from VB.net (using VS.net 2005). I get the list open just fine using a call to objSession.AddressBook( ). However, once a name is selected, I get an error that reads: "Unable to cast COM object of type 'Sys...
2 6/27/2007 5:44:17 AM
Outlook 2003 error message about an old copy of the .OST file
I regularly get the following error: Outlook 2003 is using an old copy of your offline folder file (.ost). Exit outlook, delete the .ost file, and restart Outlook. A new file will be automatically created the next time you initiate a send/receive. Outlook 2003 with SP2 is installed on a laptop (Win XP SP2) and configured for Cached Exchange mode. Whenever I delete the existing OST f...
1 6/17/2007 8:58:01 PM
OL2000/W2K - Find box doesn't allow text input
Hello, I have a computer that doesn't allow the cursor to be placed in the "Look for" text field within the Find area of Outlook 2000. Advanced find works ok, but the Find in which the button on the toolbar is pressed, that one doesn't allow any entry into the "Look for" text field. Not profile or PST dependent. Detect and Repair has been tried, Office Update hasn't yet been tried ...
2 6/14/2007 11:51:15 PM
Is it possible to add a button to the navigation pane in Outlook 2003
Hi, I am developing an outlook Addin using VS 2005. I am using outlook 2003. I want to add a button called "Sales" in the navigation pane of the outlook 2003. Onclicking of that button, I want the list of all e- mails which come from Sales Group to be displayed. Is it possible to program navigation pane in outlook 2003? Regards, Bharathi. ...
2 6/13/2007 1:58:27 PM
Outlook Deleted Mail - How2 Determine Which Folder it was Deleted
Hello, Is there a way to determine which mail folder a deleted mail item originally came from (obviously a sub folder of the inbox not the inbox itself)? The reason I ask is this. Recently a terminated employee deleted many messages, and emptied the recycle bin. Simple Enough, I run the recover deleted items utility, there are more than 10,000 items in this utility, if I recover ...
2 6/6/2007 6:33:33 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