| Forum: Outlook forms |
|---|
| Topic: Creating a dynamic temporary folder (Store?) |
|---|
| Re: Creating a dynamic temporary folder (Store?) [message #399538] |
Wed, 27 August 2008 00:56 |
Dmitry Streblechenko Messages: 2164 Registered: May 2006 |
Senior Member |
|
|
You will need to wwrite a store provider, this is as Extdended MAPi as it
getsm which means no .Net.
Why can't you create your own PST store (Namespace.AddStore)?
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Brian Graham" <BrianGraham@discussions.microsoft.com> wrote in message
news:A352B915-DB86-461A-BDA1-C27430AB7AB2@microsoft.com...
> Hi, Currently I have an add in that allows users to profile emails to a
> database by dragging and dropping the emails onto folders that I display
> in a
> separate Custom Task Pane.
>
> It would be a lot neater if I could create a store(?) that is not a PST
> file
> and dynamically create the folders and possibly even mail items in there
> on
> start-up.
>
> I have seen some other document management systems do something similar to
> this so my question is can this be done in c# .Net VSTO 3.0 with Outlook
> 2007?
>
> Thanks in advance
> Brian
|
|
|
| Topic: How do I design a custom Task form and hide Page 1! |
|---|
| How do I design a custom Task form and hide Page 1! [message #399775] |
Wed, 27 August 2008 15:06 |
|
I'm using the task functions in Outlook (2003) to record simple enquiries and
assign tasks to different people. I want to create a custom task form. I got
as far as creating a page two, but don't know how to get fields like "Due
date" to work with drop down calendars etc.
I also want to hide Page 1 (the default form) and to save the form so others
can use it
|
|
|
| Topic: Programmatically set a textbox control to read-only |
|---|
| Programmatically set a textbox control to read-only [message #399716] |
Wed, 27 August 2008 12:19 |
|
Hi,
I am creating an VSTO Add-in in C#. I have some textboxes on my custom form
that I want to programmatically set to read-only in my code. I am using
Microsoft.Vbe.Interop.Forms. I have looked under the
Microsoft.Vbe.Interop.Forms.Control interface and the
Microsoft.Vbe.Interop.Forms.TextBox interface properties for a 'Read-only'
property but cannot find one. Can anyone help me?
Thanks.
|
|
|
| RE: Programmatically set a textbox control to read-only [message #399816] |
Wed, 27 August 2008 17:46 |
suemvp Messages: 16786 Registered: May 2006 |
Senior Member |
|
|
Did you try the Locked property?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Lucy" wrote:
> Hi,
>
> I am creating an VSTO Add-in in C#. I have some textboxes on my custom form
> that I want to programmatically set to read-only in my code. I am using
> Microsoft.Vbe.Interop.Forms. I have looked under the
> Microsoft.Vbe.Interop.Forms.Control interface and the
> Microsoft.Vbe.Interop.Forms.TextBox interface properties for a 'Read-only'
> property but cannot find one. Can anyone help me?
>
> Thanks.
|
|
|