Outlook Plug-in Button Issue!
C#
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hi, I have an outlook plug-in and it is working fine, but I have one issue there are few buttons and I am trying to use icons/ images on buttons with text content. Please let me know how to use icons/images for buttons in Outlook plug-in. Thanks.
Hi, You can use FaceId properties for add image in your button. For example
\_objNewToolBarButton.Caption = "My ToolBar Button"; \_objNewToolBarButton.FaceId = 65;
For more, visit Outlook 2007 Add-in Using Microsoft Visual C#.NET[^]
Thanks Md. Marufuzzaman
I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.