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

Geek News

Threads Replies Last Post
45 Pages: <<  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  
Cancel event not working with .NET code
I have some code written in .Net that makes a call to the cancel event method when a user clicks on my addin buton and elects not to send the email. Is there anything that is making the cancel not to be called? Is there a workaround? ...
2 4/13/2006 1:26:37 PM
Mimicing Exchange Server
I'd like to make somthing that works like Exchange server, what kind of SDK or API do I use for that? Do I use MAPI? Thank you....
3 4/10/2006 5:15:31 PM
Determine if a Folder contains a UserProperty
Is it possible to determine if a UserProperty exists in a folder without looping through each item to check it's UserProperties? Thanks Rog...
4 4/10/2006 4:54:02 PM
Help in MS VC++...
is there any way to find out the names of all source code files present in the active project of the current work space..??? plzz cum back 2 me as soon as possible..!!! regards, Pardha ...
1 4/10/2006 9:30:50 AM
PlanPlus v 3 (and Outlook 2003 SP2) - install problems, uninstall problems, bugs?
(Sorry for the duplicate posting to .thirdpartyutil - wanted to crosspost to other groups). I'm running Outlook 2003 SP2. I've tried to install Plan Plus v3 (build 778, I think) and keep having problems w/the install. It also doesn't seem to uninstall fully, because PlanPlus is still in my menu bar. The Franklin Covey help folks don't have an answer, so, unless there's a way to instal...
3 4/9/2006 2:07:05 AM
Items Find
Hi, I'm trying to find a item that contains in the beginning of the subject a certain string. I know that I can find a specific subject using [Subject] = xxx but I want to find only the beginning or if the subject contains certain string. Is this possible? Regards, )-- July --) ...
4 4/7/2006 7:12:15 PM
Microsoft pfbackup pst folder contents
Does the pfbackup program backup the safe sender lists, blocked list and rules files? Dave ...
2 4/7/2006 6:52:51 PM
Programmatically changing settings in Outlook 2003
Is it possible to programmatically change certain settings in Outlook 2003, for instance I would like to change "Show Names" in the address book setting to "File As (Smith, John)". I would like to have this setting checkd/configured when Outlook starts. Using Visual Studio 2005 for Office, is this possible? I would also like to dynamically add a users signature if the signature file exis...
2 4/7/2006 6:49:52 PM
Add-in initialization when Outlook is running in "Embedding" mode
Hi There, Does anyone know how to properly initialize a COM add-in when Outlook is running in "embedding" mode (launched as "Outlook.exe -Embedding"). This mode is launched by Outlook COM clients such as ActiveSync 4.0 to initialize Outlook without any GUI interaction. The current problem at hand is that there is no active explorer pointer (NULL when queried via Outlook::_Application's A...
6 4/7/2006 6:45:28 PM
How to differ between received and sent email programmatically
Hi, how is it possible to differ between received- and sent-mailitems programmatically using Outlook Object Model? Thx Darius...
4 4/6/2006 7:06:54 PM
strong name and Redemption
I am trying to sign my C# Outlook Add-in. Is it wise to do ? Necessary? When I do this and compile I get an error: Interop.Redemption does not have a strong name.. Any ideas on how to fix this? Thanks...
4 4/5/2006 4:03:03 PM
How to change mail format settings
Hi, I need small information. I need to change the mail format settings. generally they are ritch text ,plain text and html format are there. i need to change the mail format programitically by using vc++6.0 . How can solve this one? -- Regards, RamakoteswaraRao Koti ...
1 4/5/2006 2:58:12 PM
.net 2.0 problems
I developed my addin in Visual Studio 2003 using .net 1.1, now when I try to run my addin on a machine that has .net 2.0 it does not load and in fact the load behavior changes from 3 to 2 even though it works fine on a machine with .net 1.1 installed. Any ideas? Thanks...
7 4/4/2006 3:52:19 PM
Delete an recurrent appointment with a "deleted" exception
I'm creating an addin for Outlook using C#.NET in Visual Studio .NET via the Extensibility.IDTExtensibility2 interface. The addin, among other things, basically sinchronize appointment with a SQL Server database via a Web Service. My problem comes as follows: 1. Interactivelly create a recurrent appointment. 2. Interactivelly delete a repetition of the appointment. An exception with propert...
1 4/4/2006 11:41:04 AM
How to add Custom Header to Mail Item
I can not add the custom headers. It runs without giving any errors. But it did not change the header. If is some thing wrong with my C# code Please have a look at following code "x-test-header" header is not added to the email 1 Type t = Type.GetTypeFromProgID("Redemption.SafeMailItem"); 2 Redemption.SafeMailItem sitem = (Redemption.SafeMailIte...
3 4/4/2006 9:36:28 AM
Outlook extraction question.
I have a DLL I'm working on creating in Delphi that will let me extract information out from calendar, contact, and email items, and for the most part it works great. I'm working through an Exchange server, and I know a lot of my clients also use Outlook with Exchang servers. Right now, I can extract everything, but when I get the email address (Email1Address), it returns the Exchange ...
4 4/3/2006 11:42:10 PM
Assigning shortcuts to Custom toolbar buttons
Hi, I want to add a toolbar button and assign a short cut to this button. I am using .NET Extensibility/C# to do this. I have been able to add this button and I have set the caption with the standard windows '&' and am able to access the button with Alt combination accelerators. However, I also noticed that the CommandBarButton has a ShortCutText property and after googling this up a bit, ...
4 4/3/2006 12:31:02 PM
OCX problem in VB Outlook AddIn
We have developed an Outlook AddIn and we what use an OCX on it. But when we use an OCX on it, appears an error after we close the Outlook. The OCX works like we desire. But when we close the Outlook appears a DDE Server Window error related with memory. We are using OCX like in following lines. Dim ocxVar As ClassOCX Set ocxVar = New ClassOCX … Set oc...
1 3/31/2006 3:42:02 PM
Outlook2000 and later - how to get the profile used for the session
Hi, In my addin I need to know under which profile the user have logged in. To clarify - the user has 2 different profiles, used to login to different Exchange users. I need to detect in the addin which profile the user is using. Any ideas? Thanks Sunny...
4 3/31/2006 2:03:59 PM
how to program an addin?
I developed applications in php, and delphi. now i want to write a plugin / addin for outlook. it seems totally different. delphi generates an executable file which i run on command line; php i can start in a browser. and for outlook addins/plugins? can i do it just with php or delphi??? or must it be done with vb, vba or java? I want to write a program that generates an icon in the o...
3 3/31/2006 2:33:53 AM
Message selection
Hi, I'm trying to select a specific message of a folder. I've read it's not possible using the Outlook API. I've been trying to hack the control but I didn't see any message or something that could help to do it. I wonder if there is any way to do it: I mean I don't care if it's difficult or if it takes a lot of time. An approach that I was thinking is to change the view of the folder ...
1 3/30/2006 9:22:30 PM
Today's Content Quality Rating For microsoft.public.outlook.program_addins
The content quality of microsoft.public.outlook.program_addins has been rated by its users at least once in the last 24 hours at WebsBestFriend.com. To rate this group's content and/or view up-to-the-second ratings, please visit: http://www.websbestfriend.com/getSiteRating.php?site=microsoft.public.outlook.program_addins Group: microsoft.public.outlook.program_addins Today's Rating: 10 ...
1 3/30/2006 7:12:50 PM
Autoname list in Outlook 2003
Can somebody helps me in order to backup autoname list in outlook 2003. Also please let me known the extensions of those files -- Vikas Malhotra...
2 3/30/2006 2:25:39 PM
Differentiate inbox & send item in deleted foilder
Please confirm how we were able to get all the inbox items backup which i have in deleted folder.It's doesn't show the mail is deleted from send items or inbox -- Vikas Malhotra...
2 3/30/2006 9:04:27 AM
Problem Publishing the form
Hi, I am having problem with publishing thr form. Before it was working Okay. When i change the form and publish the form now and send it. I dont get the sign of note i get the sign of new email and form doesent respond to any of the actions of buttons on that form. Before when i use to send the form it use to arrive with 'Note' icon at the start of the message . FORM STILL Says IPM.Not...
1 3/28/2006 7:21:55 PM
45 Pages: <<  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  

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