IsInboxItemExisted Method
This method checks if an Inbox item exists.
The method searches as follows:
InboxItemId
ObjectId + InboxTypeName
Input Arguments
The following table shows the input arguments for this method.
Property Name | Required | Comments |
---|---|---|
InboxItemId |
No |
This property is the row ID of the Inbox item. |
ObjectId |
No |
This property is the object ID of the Inbox item. |
InboxTypeName |
No |
This property is the name of Inbox type. |
Output Arguments
The following table shows the output arguments for this method.
Property Name | Comments |
---|---|
IsInboxItemExisted |
A 1 indicates the Inbox item exists, and a 0 indicates it does not exist. |
InboxItemId |
This property is the row ID of the Inbox item. |
HasActiveOwners |
A 1 indicates the Inbox item has active owners, and a 0 indicates it does not have active owners. |