Outlook addin formregion as a drop down

  • Thread starter Thread starter Sanaulah
  • Start date Start date
Status
Not open for further replies.
S

Sanaulah

Hi,

I am developing an addin for Outlook in C#,

I have created a form region as a "Separate" FormRegionType, I want it to

show up as an action with a drop down.

can anyone please help me with this ?
 
I'm not sure what you're trying to accomplish. A separate form region

displays as a separate "page" in the Inspector window. It can contain one or

more drop-down lists, but it is not itself a drop-down.

Sue Mosher

"Sanaulah" wrote:


> Hi,

> I am developing an addin for Outlook in C#,

> I have created a form region as a "Separate" FormRegionType, I want it to
> show up as an action with a drop down.

> can anyone please help me with this ?
 
Hi,

How can i make form region to have a drop down list ? thats what i am trying

to do, because i want the user to be able to choose from drop down on which

form region to redirect.

so, how can i make the formregion to have a drop down ? is there any

property from where i can set it up ? or can i do it by C# code ?

thanks

"Sue Mosher [MVP]" wrote:


> I'm not sure what you're trying to accomplish. A separate form region
> displays as a separate "page" in the Inspector window. It can contain one or
> more drop-down lists, but it is not itself a drop-down.
> > Sue Mosher
> > >

> "Sanaulah" wrote:
>
> > Hi,
> > I am developing an addin for Outlook in C#,
> > I have created a form region as a "Separate" FormRegionType, I want it to
> > show up as an action with a drop down.
> > can anyone please help me with this ?
 
Hi,

just to explain my case a bit,

actually i want my form region to show up in main contact ribbon of Outlook,

when i click the button on main ribbon , it shows the form region (thats how

it is behaving right now which is alright) and the lower bottom of the button

is a drop down, showing some option (actions to perform).

How can i achieve this in C# ? or by using visual studip IDE ?

cheers

"Sanaulah" wrote:


> Hi,

> How can i make form region to have a drop down list ? thats what i am trying
> to do, because i want the user to be able to choose from drop down on which
> form region to redirect.

> so, how can i make the formregion to have a drop down ? is there any
> property from where i can set it up ? or can i do it by C# code ?

> thanks

> "Sue Mosher [MVP]" wrote:
>
> > I'm not sure what you're trying to accomplish. A separate form region
> > displays as a separate "page" in the Inspector window. It can contain one or
> > more drop-down lists, but it is not itself a drop-down.
> > > > Sue Mosher
> > > > > > > > "Sanaulah" wrote:
> >
> > > Hi,
> > > > I am developing an addin for Outlook in C#,
> > > > I have created a form region as a "Separate" FormRegionType, I want it to
> > > show up as an action with a drop down.
> > > > can anyone please help me with this ?
 
it is a separate form region, should show button on main contact ribbon. *

"Sanaulah" wrote:


> Hi,

> just to explain my case a bit,

> actually i want my form region to show up in main contact ribbon of Outlook,
> when i click the button on main ribbon , it shows the form region (thats how
> it is behaving right now which is alright) and the lower bottom of the button
> is a drop down, showing some option (actions to perform).

> How can i achieve this in C# ? or by using visual studip IDE ?

> cheers

> "Sanaulah" wrote:
>
> > Hi,
> > How can i make form region to have a drop down list ? thats what i am trying
> > to do, because i want the user to be able to choose from drop down on which
> > form region to redirect.
> > so, how can i make the formregion to have a drop down ? is there any
> > property from where i can set it up ? or can i do it by C# code ?
> > thanks
> > "Sue Mosher [MVP]" wrote:
> >
> > > I'm not sure what you're trying to accomplish. A separate form region
> > > displays as a separate "page" in the Inspector window. It can contain one or
> > > more drop-down lists, but it is not itself a drop-down.
> > > > > > Sue Mosher
> > > > > > > > > > > > > > > "Sanaulah" wrote:
> > > > > Hi,
> > > > > > I am developing an addin for Outlook in C#,
> > > > > > I have created a form region as a "Separate" FormRegionType, I want it to
> > > > show up as an action with a drop down.
> > > > > > can anyone please help me with this ?
 
There's no way to make the region's button on the ribbon do that. Maybe you

don't understand that a form region is a separate page in the Inspector

window. The UI for the region itself is built on the region's surface, not in

the ribbon, which just provides a way to display the region. If you want

other functionality in the ribbon, that would be done independent of the form

region.

You can, of course, put a drop-down control on the region surface. Details

depend on whether you're building your region with an .ofs file or totally in

VS.

Sue Mosher

"Sanaulah" wrote:


> Hi,

> just to explain my case a bit,

> actually i want my form region to show up in main contact ribbon of Outlook,
> when i click the button on main ribbon , it shows the form region (thats how
> it is behaving right now which is alright) and the lower bottom of the button
> is a drop down, showing some option (actions to perform).

> How can i achieve this in C# ? or by using visual studip IDE ?

> cheers

> "Sanaulah" wrote:
>
> > Hi,
> > How can i make form region to have a drop down list ? thats what i am trying
> > to do, because i want the user to be able to choose from drop down on which
> > form region to redirect.
> > so, how can i make the formregion to have a drop down ? is there any
> > property from where i can set it up ? or can i do it by C# code ?
> > thanks
> > "Sue Mosher [MVP]" wrote:
> >
> > > I'm not sure what you're trying to accomplish. A separate form region
> > > displays as a separate "page" in the Inspector window. It can contain one or
> > > more drop-down lists, but it is not itself a drop-down.
> > > > > > Sue Mosher
> > > > > > > > > > > > > > > "Sanaulah" wrote:
> > > > > Hi,
> > > > > > I am developing an addin for Outlook in C#,
> > > > > > I have created a form region as a "Separate" FormRegionType, I want it to
> > > > show up as an action with a drop down.
> > > > > > can anyone please help me with this ?
 
Alright I understand it now,

Is it possible to make a custom ribbon group in the main outlook ribbon to

contain buttons of one or more custom form regions (the default one, the way

it displays it).

thanks for your response.

Cheers

"Sue Mosher [MVP]" wrote:


> There's no way to make the region's button on the ribbon do that. Maybe you
> don't understand that a form region is a separate page in the Inspector
> window. The UI for the region itself is built on the region's surface, not in
> the ribbon, which just provides a way to display the region. If you want
> other functionality in the ribbon, that would be done independent of the form
> region.

> You can, of course, put a drop-down control on the region surface. Details
> depend on whether you're building your region with an .ofs file or totally in
> VS.
> > Sue Mosher
> > >

> "Sanaulah" wrote:
>
> > Hi,
> > just to explain my case a bit,
> > actually i want my form region to show up in main contact ribbon of Outlook,
> > when i click the button on main ribbon , it shows the form region (thats how
> > it is behaving right now which is alright) and the lower bottom of the button
> > is a drop down, showing some option (actions to perform).
> > How can i achieve this in C# ? or by using visual studip IDE ?
> > cheers
> > "Sanaulah" wrote:
> >
> > > Hi,
> > > > How can i make form region to have a drop down list ? thats what i am trying
> > > to do, because i want the user to be able to choose from drop down on which
> > > form region to redirect.
> > > > so, how can i make the formregion to have a drop down ? is there any
> > > property from where i can set it up ? or can i do it by C# code ?
> > > > thanks
> > > > "Sue Mosher [MVP]" wrote:
> > > > > I'm not sure what you're trying to accomplish. A separate form region
> > > > displays as a separate "page" in the Inspector window. It can contain one or
> > > > more drop-down lists, but it is not itself a drop-down.
> > > > > > > > Sue Mosher
> > > > > > > > > > > > > > > > > > > > > > "Sanaulah" wrote:
> > > > > > > Hi,
> > > > > > > > I am developing an addin for Outlook in C#,
> > > > > > > > I have created a form region as a "Separate" FormRegionType, I want it to
> > > > > show up as an action with a drop down.
> > > > > > > > can anyone please help me with this ?
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Save emails as msg file from Outlook Web AddIn (Office JS) Outlook VBA and Custom Forms 0
S Outlook 2016 and Acrobat PDFMaker Office COM Addin Using Outlook 0
Gary Hile Icloud addin for outlook 2016 Using Outlook 5
P outlook addin unloaded in office 2007 Using Outlook 0
oliv- How to Run a Script IN AN ADDIN with Outlook's Rules and Alerts Outlook VBA and Custom Forms 2
Diane Poremsky Always Load an Outlook Addin Using Outlook 1
D Constant Dropbox Outlook Addin Authentication Prompts Using Outlook 5
C Outlook 2010, Need to restrict domain users from installing any sort of a addin in outlook Using Outlook 2
M Icloud Addin in Outlook 2013 Exchange Server Administration 9
H Outlook 2010 Antispam Addin Not Available Using Outlook 1
S COM Addin Failed to load in Outlook 2003 Outlook VBA and Custom Forms 1
C Connecting to an addin in Outlook 2010 (or not) Outlook VBA and Custom Forms 1
T Regarding Outlook addin Outlook VBA and Custom Forms 1
N Drag and drop attachment in outlook addin Outlook VBA and Custom Forms 4
K Attach addin to outlook 2007 editor Outlook VBA and Custom Forms 3
W My VSTO 3.0 Outlook addin doesn’t load Outlook VBA and Custom Forms 1
T need help w/ sending an e-mail -- outlook 2007 addin Outlook VBA and Custom Forms 2
N VSTO outlook 2007 addin installation problem Outlook VBA and Custom Forms 1
N Support for outlook 2003 addin in xp home sp2 Outlook VBA and Custom Forms 3
R Hi, Ken, What should be noticed to avoid memory leak in outlook addin? Outlook VBA and Custom Forms 3
D Outlook AddIn can't load outside Visual Studio Outlook VBA and Custom Forms 1
T Simple MAPI send and Outlook COM addin Outlook VBA and Custom Forms 3
U Outlook Addin Creation using Visual Studio 2008 Outlook VBA and Custom Forms 1
E Opening WinForm in Outlook 2003 VSTO Addin with Wordmail enabled Outlook VBA and Custom Forms 1
D Outlook 2007 AddIn: Rendering issue Outlook VBA and Custom Forms 1
D Outlook 2007 AddIn: Filter attachments by type Outlook VBA and Custom Forms 2
M Duplicate removal feature in Outlook 2021 is faulty Using Outlook 2
D.Moore Outlook COM addins source folder Using Outlook 5
P Removing Outlook 365 Account from Send/Receive Using Outlook 1
kburrows Outlook Automatically Merging Contacts Using Outlook 1
A Outlook 2016 Outlook 2016 vs. New Outlook Using Outlook 4
D Outlook Desktop App Email Software Using Outlook 0
efire9207 VBA Outlook Contacts Outlook VBA and Custom Forms 6
M Outlook not logging in to server Using Outlook 0
J Outlook macro to run before email is being send Outlook VBA and Custom Forms 0
R Outlook 2021 change view Using Outlook 2
K Outlook font corrupted in some point sizes, resets on close/open Using Outlook 2
J Is the Windows Outlook Tasks module really going to be gone? Using Outlook 7
F Outlook 2010 and Hotmail Using Outlook 1
A Outlook 2021 needs 'enter' for people search Using Outlook 2
HarvMan Outlook 365 Inbox Font Using Outlook 8
Retired Geek Outlook on MAC delete duplicate Sent emails Using Outlook 0
S New Outlook - IMAP ISSUES and support for addins? Using Outlook 1
C outlook.com fonts Using Outlook 2
mickymakz Common challenges organizations face when integrating SharePoint and Outlook? Exchange Server Administration 0
R Outlook with several IMAP accounts generating folders with 1111 suffix Using Outlook 0
D Send email from Outlook Alias using Mac? Using Outlook 0
G Reply a selected message and remove blank space before signature Outlook 365 version 2406 64BIT Outlook VBA and Custom Forms 2
G Reply a selected message and remove blank space before signature Outlook 365 version 2406 64BIT Outlook VBA and Custom Forms 0
kburrows "New" Outlook Desktop App Mailbox Size Using Outlook 4

Similar threads

Back
Top