PrivateMessage Type

Represents a private message.

Type Template

<...>
    <ID>xs:long</ID>
    <objectType>xs:int</objectType>
    <body>xs:string</body>
    <date>xs:dateTime</date>
    <folderID>xs:long</folderID>
    <ownerID>xs:long</ownerID>
    <recipientID>xs:long</recipientID>
    <senderID>xs:long</senderID>
    <subject>xs:string</subject>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
body
Setting
Getting
date
Setting
Getting
folderID
Setting
Getting
ID
Setting
Set the unique id of this object.
Getting
objectType
Setting
Sets the object type of the jive object.
Getting
ownerID
Setting
Getting
recipientID
Setting
Getting
senderID
Setting
Getting
subject
Setting
Getting