I have an outlook ribbon that I have created, however I came across a problem. I just want the ribbon to show when the user clicks into the "Sent Items" folder, but I am not sure the syntax that is needed. I am guessing it needs to go into the Ribbon Load:
Private Sub Ribbon1_Load(ByVal sender As System.Object, ByVal e As RibbonUIEventArgs) Handles MyBase.Load
End Sub
Private Sub Ribbon1_Load(ByVal sender As System.Object, ByVal e As RibbonUIEventArgs) Handles MyBase.Load
End Sub