xInfo.viewAlertInbox Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
viewAlertInbox(Int32) | |
viewAlertInbox() |
Launches the View alerts form. |
viewAlertInbox(Int32)
public:
virtual void viewAlertInbox(int _selectedTab);
public virtual void viewAlertInbox (int _selectedTab);
abstract member viewAlertInbox : int -> unit
override this.viewAlertInbox : int -> unit
Public Overridable Sub viewAlertInbox (_selectedTab As Integer)
Parameters
- _selectedTab
- Int32
Determines which tab the View alerts form opens on; optional.
Applies to
viewAlertInbox()
Launches the View alerts form.
public:
virtual void viewAlertInbox();
public virtual void viewAlertInbox ();
abstract member viewAlertInbox : unit -> unit
override this.viewAlertInbox : unit -> unit
Public Overridable Sub viewAlertInbox ()
Remarks
The default value for the selectedTab parameter is Overview, the first tab. Call the xInfo.canViewAlertInbox Method to check whether the user has permission to view this form.