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 3
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
E PgUp and PgDn don't work for displayed message content (but do for web pages) Using Outlook 4
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
V Outlook Form ListBox is not editable Outlook VBA and Custom Forms 0
F Outlook's contacts Using Outlook 0
D Outlook 2003 stopped dead Using Outlook 2
G Cannot receive emails from gmail account in Outlook 365 Using Outlook 0
E "Cannot display the folder. MS Outlook cannot access the specified file location" Using Outlook 4
P Outlook 2016 Working Offline Using Outlook 2
Rupert Dragwater Cannot reestablish gmail (email address) account in Outlook 365 Using Outlook 12
O Outlook 365 synchronisieren Exchange Server Administration 1
kburrows Outlook Classic - JPG files are corrupted when opened or saved Using Outlook 3

Similar threads

Back
Top