PRIVATE MESSAGE Functions
Below is a listing of all the functions.
|
AddPrivateFolder This method adds a private folder for a specified user in which private messages are stored.
Return Type: n/a
Examples
DeletePrivateMessageByDate This function deletes private messages based on a date.
Return Type: n/a
Examples
DeletePrivateMessages This method deletes a private message.
Return Type: n/a
GetNewPrivateMessageCount
Return Type: Integer
Examples
GetPrivateBanning This method gets the list of users that are banned for a specific user ID. This populates a users ignore list essentially.
Return Type: PrivateBanning()
Examples
GetPrivateHistoryByUser This method gets the history for a specified user, in relation to another user.
Return Type: PrivateMessage()
Related Items ReadPrivateMessage, GetPrivateMessageHistory, GetPrivateMessages
GetPrivateMessageCategories Get the private categories for a user.
Return Type: Category()
Related Items CreateCategory, IsCategory, GetAllCategories, GetAllForumCategories, GetAvailableSubCategories, GetCategories
GetPrivateMessageCount Get the total number of private messages for a user.
Return Type: Integer
Examples
GetPrivateMessageHistory This method gets the history for a user.
Return Type: PrivateMessage()
Examples
Related Items ReadPrivateMessage, GetPrivateHistoryByUser, GetPrivateMessages
GetPrivateMessages This method gets all private messages for a user by user ID.
Return Type: PrivateMessage()
Examples
Related Items ReadPrivateMessage, GetPrivateMessageHistory, GetPrivateHistoryByUser
InsertIgnoreUser This method inserts an ignored user.
Return Type: Integer
Examples
MoveMessageToFolder This method moves private messages to a new folder.
Return Type: n/a
ReadPrivateMessage This method gets a private message by ID.
Return Type: PrivateMessage
Examples
Related Items GetPrivateMessageHistory, GetPrivateHistoryByUser, GetPrivateMessages
RemoveIgnoreUser This method removes an ignored user.
Return Type: n/a
Examples
RemovePrivateFolder This method removes a private folder for a specified user in which private messages are stored.
Return Type: n/a
Examples
SendPrivateMessage This method sends a private message.
Return Type: Integer
Examples
UpdatePrivateMessageStatus Updates the status of a private message.
Return Type: n/a
Examples
|
Functions
Available
|