Hi Sue! Thank you for your prompt reply. I am enjoying your book immensely - even though I am a complete newbie to the Outlook programming experience. I hope...
Yes, a frame is what you're looking for. It's on the control toolbox. This is a custom Outlook form? See http://www.outlookcode.com/d/propsyntax.htm#unbound...
Hello, I'd like to add my own ActiveX control to e-mail form in Outlook 2003 (to build similar functionality like for example the buddy icon of MSN Messenger...
Dear All, I had created my own form (basically modify/adding exsiting form) How do I change the default form user with my new form. Is there any way to create...
Using a custom form as the default message form is an extremely bad idea. At the very least it will make it highly likely that non-Outlook recipients will not...
From: Dmitry Streblechenko <list@...> ... I meant to respond to this previously, but I forgot until now. Yes, I implemented the correlation using the...
Hi All, I need to add a customised property page to outlook tools-options- using C#. Is there any working sample for this. I tried adding a simple property...
Amar Kangod
kangod_amar@...
May 3, 2006 9:38 am
26343
Search Codeproject. There are many examples on how to do it. ... -- Regards, Bikash Rai. Search Codeproject. There are many examples on how to do it. On...
Hi All, I need to add a customised property page to outlook tools-options- using C#. Is there any working sample for this. Thanks in Advance Amar ... Love...
If I create a meeting with me as a participant along with 1+ other people, send it, then open my sent items forward that meeting request, when I press send on...
Hello, I'd like to ask if there is a managed API to use with Outlook 2003 for .NET 1.1? I know there is Niobe project, but it's only alpha version. Is there an...
The Outlook Object Model is the Outlook API supported by Microsoft. ... -- Regards, Bikash Rai. The Outlook Object Model is the Outlook API supported by...
Yes, I am quite familiar with Outlook Object Model. But this model is quite obsolete and does not meet the requirements of architecture of .NET applications. ...
I think I get what you're asking. The Outlook Object Model is most definitely *not* "obsolete", and is in fact the only "API" available (other than MAPI, but...
And to emphasize one of Brad's points, there is no new API in VSTO. What VSTO does is wrap the Outlook object model in a way that shields the developer from...
Now that's curious. I guess it makes some sense since it's normally Exchange that builds up the SMTP headers based on the various message properties. I'll do...
Ok, That is the information I was looking for. I'm currently using my .NET wrapper classes to work with Outlook Object model and I was wondering if there is a...
We have a user that is using one of the forms that is published to our Organizational Forms Library as a template. The one issue that the user is having is...
Reopelle, Jon
Jon.Reopelle@...
May 4, 2006 8:13 pm
26357
The caption is set when the form is published. It's the display name of the published form....
Hi, I've got a custom form (an Appointment form) that adds a few fields to the item. Upon opening the item, I'd like to hide one of those fields depending on...
I am not seeing the same results. The form that they are using as a template is published as "Euro - SAP Support" but at the top of the form it says "SAP...
Reopelle, Jon
Jon.Reopelle@...
May 5, 2006 12:31 pm
26361
Do you have code or a formula in the form to automatically set the Subject property on new items? ... a ... the form ... I ... dev@yahoogroups.com] ... name of...
Thanks Sue. I added a textbox to the form and associated the textbox with the Subject field and there was the Initial Value formula. I unchecked the Initial...
Reopelle, Jon
Jon.Reopelle@...
May 8, 2006 1:58 pm
26363
For an .htm file: Const ForReading = 1 Set fso = CreateObject("Scripting.FileSystemObject") Set ts = fso.OpenTextFile("c:\testfile.htm", ForReading) strText =...
Hi!!! I have a question about contacts. I have been developing an aplication for outlook. I have used both the mapi and the OOM. I used the MAPI to get...