public final class MessageThreadResult extends Object
Contains result for SORT ot THREAD methods See more: https://tools.ietf.org/html/rfc5256
Constructor and Description |
---|
MessageThreadResult()
Initializes a new instance of the
MessageThreadResult class. |
Modifier and Type | Method and Description |
---|---|
List<MessageThreadResult> |
getChildMessages()
Child messages.
|
int |
getSequenceNumber()
Gets the message sequence number.
|
String |
getUniqueId()
Gets the message unique ID.
|
boolean |
getUseUId()
Gets value which is indicates whether UID kind of method has to be used.
|
String |
toString()
To String
|
public MessageThreadResult()
Initializes a new instance of the MessageThreadResult
class.
public final boolean getUseUId()
Gets value which is indicates whether UID kind of method has to be used.
public final int getSequenceNumber()
Gets the message sequence number.
public final String getUniqueId()
Gets the message unique ID.
public final List<MessageThreadResult> getChildMessages()
Child messages.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.