public class OlmMessageInfo extends Object
Represents an information about message in the OLM storage.
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Gets the date of message.
|
MapiElectronicAddress |
getFrom()
Gets the from address.
|
String |
getMessageClass()
Gets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note.
|
String |
getSubject()
Gets the message subject.
|
List<MapiElectronicAddress> |
getTo()
Gets the address collection that contains
the recipients of message.
|
boolean |
hasAttachments()
Gets or sets a value indicating whether the message has attachments.
|
public final String getSubject()
Gets the message subject.
public final Date getDate()
Gets the date of message.
public final MapiElectronicAddress getFrom()
Gets the from address.
public final List<MapiElectronicAddress> getTo()
Gets the address collection that contains the recipients of message.
public final String getMessageClass()
Gets a case-sensitive string that identifies the sender-defined message class, such as IPM.Note. The message class specifies the type, purpose, or content of the message.
public final boolean hasAttachments()
Gets or sets a value indicating whether the message has attachments.
Value:true
if this instance has attachments; otherwise, false
.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.