Tries to retrieve the inbox index of the specified message by unique ID.
public Nullable<int> GetMessageInboxIndex(
string uniqueId
)
Public Function GetMessageInboxIndex( _
ByVal uniqueId As String _
) As Nullable(Of Integer)
public:
Nullable<int> GetMessageInboxIndex(
String^ uniqueId
);
Parameters
- uniqueId
- Unique ID of the message.
Return Value
On success, the message inbox index; otherwise a null reference (Nothing in VB.NET) if not found.