PrivateMessageFolder Type

Represents a private message folder.

Type Template

<...>
    <ID>xs:long</ID>
    <objectType>xs:int</objectType>
    <messageCount>xs:int</messageCount>
    <name>xs:string</name>
    <ownerID>xs:long</ownerID>
    <unreadMessageCount>xs:int</unreadMessageCount>
<...>

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
ID
Setting
Set the unique id of this object.
Getting
messageCount
Setting
Getting
name
Setting
Getting
objectType
Setting
Sets the object type of the jive object.
Getting
ownerID
Setting
Getting
unreadMessageCount
Setting
Getting