Property pages in Outlook 2010

Status
Not open for further replies.

sgrosch1

Member
In my Office 2007 add-ins I'd add a property page like this:


Code:
Application.OptionsPagesAdd += OptionsPagesAdd;





and then add my UserControl to the pages variable passed in. With Outlook 2010 I set a breakpoint in OptionsPagesAdd and when I go to File->Options inside of Outlook that breakpoint doesn't get hit.




Is there a change we need to do to our code now, or is there a different area I'm supposed to look for custom property pages?
 
The answer here is to use the Backstage by adding a new "Ribbon (XML)" element to the project and then modifying the customUI
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
D Unable to change AppointmentItem.Start property Outlook VBA and Custom Forms 4
S Problem Accessing .MSG Property 'ImageNaturalHeight' Tag '0x80010003' Outlook VBA and Custom Forms 1
P MailItem.To Property with VBA not work Outlook VBA and Custom Forms 2
S Visual indicator of a certain property or to show a macro toggle Outlook VBA and Custom Forms 2
D Outlook VBA error extracting property data from GetRules collection Outlook VBA and Custom Forms 10
G Store.FilePath Property Outlook VBA and Custom Forms 4
W Appointment occurrences change the location property Using Outlook 0
oliv- property "is printed" or catching print events Outlook VBA and Custom Forms 2
B Assistance with Deprecated .Links Property Outlook VBA and Custom Forms 2
JorgeDario ¿What property of mailitem can be used like primary key? Outlook VBA and Custom Forms 6
M Accessing ExpiryTime property Outlook VBA and Custom Forms 1
M How to automatically refresh an appointment windows after changing the MessageClass property ? Outlook VBA and Custom Forms 4
R Vba Conversation Index property Using Outlook 0
H Calendar Folder property is empty Using Outlook 1
G run-time 438: object doesn't support this property or method Using Outlook 2
Commodore Calendar Folder property is missing - Event 27 Using Outlook 11
B Update Item.Subject property Using Outlook 1
S Custom property/functionality not stored when I publish to a Public Folder Using Outlook 7
T You must Provide a value for this property on powershell cmdlet Exchange Server Administration 3
S Saved Property of MailItem is copied Outlook VBA and Custom Forms 1
M MailItem object has no property for when a reply was sent Outlook VBA and Custom Forms 3
D Using the CurrentFolder property Outlook VBA and Custom Forms 3
M Can't create new user property? Outlook VBA and Custom Forms 10
S Xref type property in an email header? Outlook VBA and Custom Forms 6
W Setting PR_CREATION_TIME property? Outlook VBA and Custom Forms 1
D Item Property CHange Outlook VBA and Custom Forms 4
W Using a PropertyAccessor custom datetime property in Views Outlook VBA and Custom Forms 3
J How do I access the AssignedTo property in an outlook 2007 task? Outlook VBA and Custom Forms 7
S User property for folder Outlook VBA and Custom Forms 2
T Setting a MAPI property of type PT_SYSTIME Outlook VBA and Custom Forms 4
E Displayname of User Property Outlook VBA and Custom Forms 7
E Displayname of User Property Outlook VBA and Custom Forms 7
M Obtain property value by name Outlook VBA and Custom Forms 5
M Can't change autoarchive property in Deleted Items folder BCM (Business Contact Manager) 1
C How do I grab a field property (like .value) so I can modify it via OL code? Outlook VBA and Custom Forms 4
T recipient email address is invalid, but resolved property is true Outlook VBA and Custom Forms 3
M What is the recommendet way to read/write a user defined Field (Named Property) in the MailItem Obje Outlook VBA and Custom Forms 1
M What is the recommendet way to read/write a user defined Field (Named Property) in the MailItem Obje Outlook VBA and Custom Forms 5
C Custom Form (seperate layout pages and message reading pane) Outlook VBA and Custom Forms 0
L Programmatically moving between pages in a form Outlook VBA and Custom Forms 2
M Outlook 2016 still feature updating Using Outlook 0
e_a_g_l_e_p_i Question about Outlook 2021 and Gmail Using Outlook 9
J Outlook VBA to send from Non-default Account & Data Files Outlook VBA and Custom Forms 3
P Limited Support for 3rd Party Mail in new Outlook? Using Outlook 1
O Any 3rd party tool that sync (mirror) from Outlook Calendar to Google Calendar? Using Outlook 5
T Outlook is categorizing emails incorrectly Using Outlook 1
R Legacy Outlook on Mac Email Cache Using Outlook 0
A Outlook can't remember outlook.com, Exchange password. Using Outlook 6
S Related messages show in main Outlook window vice new Advanced Find windows Using Outlook 1
H Force Outlook 2019 with GMail 2-Step to Require Login? Using Outlook 0

Similar threads

Back
Top