public final class O365ExchangeItemResponse extends Object implements Serializable
Constructor and Description |
---|
O365ExchangeItemResponse(String id,
String from,
String cc,
String bcc,
String to,
Instant sent,
Instant received,
boolean reminder,
String subject,
String itemClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBcc()
Returns the recipient address in blind carbon copy.
|
String |
getCc()
Returns the recipient email address in carbon copy.
|
String |
getFrom()
Returns the sender mailbox email address.
|
String |
getId()
Returns the ID of the organization's backed up mailbox item.
|
String |
getItemClass()
Returns the class of the organization's backed up mailbox item.
|
Instant |
getReceived()
Returns the date and time when the message was received.
|
Instant |
getSent()
Returns the date and time when the message was sent.
|
String |
getSubject()
Returns the subject of the email message.
|
String |
getTo()
Returns the recipient mailbox email address.
|
int |
hashCode() |
boolean |
isReminder()
Returns if whether or not that the message was sent with the reminder.
|
public String getId()
public String getFrom()
public String getCc()
public String getBcc()
public String getTo()
public Instant getSent()
Instant
public Instant getReceived()
Instant
public boolean isReminder()
public String getSubject()
public String getItemClass()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.