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

Geek News

Threads Replies Last Post
45 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
IMapiTable::SortTable problem
I have a problem with the method SortTable at the moment. If I get a SortTable call simply sorting, I pass it onto the Mapi underlying table object and it sorts fine and returns S_OK. But if I try to do any form of grouping on this object it fails with MAPI_E_TOO_COMPLEX, does anyone know what may be wrong with my table object? Does it understand grouping by default, or do I need to im...
6 3/26/2007 6:31:49 PM
Outlook 2007 letter head
Hi, I have been looking for a way to apply a letter head to all outgoing messages, wether new, repied, forwarded. Is there any solution to this from within Outlook 2007, e.g. forms,and if so how. If however not is there any addin that would do? Appreciate any contrcutive feedback. Cheers ...
7 3/26/2007 4:04:30 PM
Problem when adding new toolbar on NewInspector when editor type in Word - Outlook 2003
Hi, I am getting problem when i am trying to add new toolbar on NewInspector window of Outlook 2003. 1) I am able to add a new toolbar, but my first problem is that, this added toolbar is also gets visible/enable when i open the Word Application. That is the CommandBar of Word Application also gets modified when i modify the CommandBar of Inspector collection of Outlook 2003. 2) And my...
4 3/26/2007 1:25:40 PM
Verify if the email has a certificate attached
Guys I am developing a app using C#, VSTO and Office 2003. I have a requirement where I need to verify if the email is encrypted or not - meaning it has a certificate attached or not. I dont even need to know the details of the cert or the validity - just if an email is encrypted or not. Is there a way to get to achieve this through the Outlook Object Model or is there any other API i n...
4 3/25/2007 8:39:48 PM
Using C# to create a user-defined field?
Hi! I am coding a solution that has a function to sync it's database with Outlook. I use a User-Defined Field to keep track of "my" items and it works great. BUT - I can not find a way to add the user-defined field to the folder programmatically. If an app is to be distributet widely I can't ask my users to do this by hand. I have noticed that som apps (like Skype) has added user-d...
4 3/23/2007 7:17:15 PM
Modifying the values of an Outlook inspector window (From,To..)
Hi, I have the from/to/body/etc fields of an email as individual strings. I would like to recreate the mail item and provide it to the user as an inspector window (that has 'reply'/reply to all/forward as the inspector window, similar to double clicking on an existing email in your inbox)... I can construct a mail item, but the 'FROM' field is read only... so i have a feeling i may need...
4 3/23/2007 6:57:09 PM
Character encoding / InternetCodepage
Hi, I've created an add-in for Outlook 2003, using Visual Basic 6. This add-in takes MailItem, reads the InternetCodepage property and the body, and than saves it to hd. The problem is: on some installations it works fine, but on some others the body (returned by Outlook) is encoded in the system default encoding (in this case Cp1250), while the InternetCodepage is UTF8. In fact the ...
1 3/23/2007 8:17:20 AM
Call macro from userdefined Ribbon
Hi Newsgroup, I'm able to add user-defined groups and buttons to the Ribbon using VSTO SE. Just a beginners question: What would be the best practice to call a Outlook-Macro if a userdefined button in the ribbon is clicked? Do I have to use "OnAction" in the xml file or do I have do use the callback in my Ribbon.vb file? A code snipped would be very welcome. Your time and help is highly...
4 3/22/2007 1:18:45 PM
Missing Button Text & Cached buttons
It seems outlook does some caching of buttons. Even if I remove buttons from my add-in and reinstall, the old buttons show up. Resetting the toolbar nukes them all but then on the next restart, all the old buttons are there, how to get around that? Also, I think it may be related, but try as I may, my button text is not showing up. I am roughly creating my buttons like so: pStandardBar ...
3 3/22/2007 1:12:03 PM
c++ and New Inspector event
Can somebody tell how to handle a New Inspector event in c++. I realize I need to setup an event handler, but how? It would be great to do this with the Outlook Object Model, but COM events is ok too. Thanks, J ...
3 3/21/2007 2:25:43 PM
Modifying of the Ribbon in Outlook 2007
Hi Newsgroup, I'm starting to make me familiar with Visual Studio 2005 and Visual Studio Tools for Office SE. I'm able to add user-defined groups and buttons to the Ribbon using VSTO SE. My question is: Is there a way to add user-defined buttons also to the default groups as they come with the default installation of Outlook like GroupNames on the TabNewMailMessage in Outlook? Your...
2 3/20/2007 1:00:10 PM
outlook 2003 vsto
Hi Im writing an outlook 2003 addin, and i need to add an item to the context menu on emails. (the right-click menu that appears on emails in the inbox.) I have done som research and i seems that this i only supported in outlook 2007, however I have seen work arounds on the net, mostly in VB. But does anybody know how to do this in c# or might point me in a direction were i might fin...
2 3/19/2007 1:23:35 PM
View Attachments INline
Is it possible to view attachments (such as pictures) inline in Outlook 2003? Like how OE 6 does? Thanks In Advance, BTJustice ...
3 3/19/2007 11:55:02 AM
AdvancedSearch in another user account / data file
Hello, I used a combinaison of flags to organise my mail, my coworker has the same logic on his side. I try to write a add-in to create N search folders, for my account no problems, but I am stuck when I have to search my coworker folders (Exchange account with delegate, I have read/write access to all his stuff, and his account is open at the same time than mine in outlook ). I cannot ...
1 3/17/2007 11:49:14 PM
Calling an Add-in method from another Application
This is a multi-part message in MIME format. ------=_NextPart_000_0041_01C7648B.FB8FDE50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Re: = http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&guid=3D= &sloc=3Den-us&dg=3Dmicrosoft.public.outlook.program_addins&p=3D1&tid=3D68= 36500a-e234-489f-b464-19e70f3a855c&mid=3D6836500a...
2 3/17/2007 6:33:52 PM
Outlook 2007 + GetItemFromID with specified folder
Hi Everybody, I am working on adapting existing outlook plugin (designed for Outlook 2003) to Outlook 2007. Basically, the plugin synchronizes appointments, tasks and contacts with another application. The plugin stores a mapping table with two columns: Outlook_ID and Application_ID (there is a separate table for appointments, tasks and contacts). So far to detect items deleted...
3 3/17/2007 6:28:31 PM
VSTO Macro Security Warning
I have developed add-in for MS Outlook 2K3 using C# 2.0 and VSTO 2K5. It installs and works fine on most of the machines but on few machines, I am getting security warning that "C:\Program Files\Common Files\microsoft shared\VSTO\8.0\VSTOActionsPaneEngine.dll" contains macros by Microsoft Corporation. Macros may contain viruses...yada...yada...", I have no clue why this prompt is coming ...
2 3/17/2007 6:23:12 PM
Displaying popup when composing a mail item.
I am creating Outlook AddIn using C#, VSTO 2005 SE and outlook 2003. I have added two buttons on toolbar in the inspector window which is opened after the user had pressed New button to compose a new mail. Here while composing the mail editor type is Word Mail. When user clicks my custom button of my toolbar while composing the new mail I wrote the code for displaying a Custom Form. But w...
2 3/17/2007 6:21:25 PM
image icon in mail item
Hi All I am building an application which reads the contents of the mail . I made it success fully . I have a problem when the mail is successfully read i want to change the mail icon ( envelop image ) to a image which is in my system Is it possible to do ? REgards Rakesh Agarwal searching for this answer :) ...
4 3/17/2007 6:15:47 PM
How to create user-defined fields in Organizational Forms Library folder?
Hi, I have deployed few custom forms in OFL and trying to use Items.Find on my custom fields but getting "Property unknown" error. As per MSDN documentation, "If you are using user-defined fields as part of a Find or Restrict clause, the user-defined fields must exist in the folder otherwise the code will generate an error stating that the field is unknown. You can add a field to a folde...
4 3/15/2007 9:07:19 PM
Outlook2007 crash when sortTable is too complex.
We have an addin for outlook written in extended mapi and exchange client extensions. When our messageStore is called into to sort a contents table, normally and the sort is too complex say on a multivalued property we give back the normal MAPI_E_TOO_COMPLEX error and outlook nicely gives us an error message. But I have recently found a problem, issue an instant search against your ...
1 3/15/2007 3:36:41 PM
Searching for osasync key or keygen
Would be great, thanks in advance!! --------------= Posted using GrabIt =---------------- ------= Binary Usenet downloading made easy =--------- -= Get GrabIt for free from http://www.shemes.com/ =- ...
1 3/15/2007 3:17:45 PM
Add a RSS feed in Outlook
Hiya, How do I add a RSS feed to the RSS Folder in Outlook using code ? All I've been able to find is that the RSS Feed container is a Post Item with a class of IPM.Post.RSS, but I have no idea how to turn that into a RSS item. Cheers, Phil....
3 3/12/2007 9:55:02 AM
Calling an Add-in method from another Application
ref: http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?&lang=en&cr=us&guid=&sloc=en-us&dg=microsoft.public.outlook.program_addins&p=1&tid=6836500a-e234-489f-b464-19e70f3a855c&mid=6836500a-e234-489f-b464-19e70f3a855c Wierd. Do replied to items not pop up to the top? I posted a reply to a message but no-ones going to read it cos it's on page 4. So apploogies for posti...
1 3/10/2007 1:16:08 AM
Calling an Add-in method from another Application
I have used VSTO SE to create an Outlook 2003 add-in in C#. I would like to be able to invoke a method of the add-in from a separate application. (Similar to pollyanna65 post "Programmatically sending email via Outlook COM Add-In" below). I have created the add-in with a public method. The add-in is installed an functioning correctly. From another application I get an Outlook.Ap...
5 3/9/2007 11:09:47 PM
45 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

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