Class O365ExchangeItemResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365ExchangeItemResponse
- All Implemented Interfaces:
Serializable
O365 Exchange Item response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBcc()Returns the recipient address in blind carbon copy.getCc()Returns the recipient email address in carbon copy.getFrom()Returns the sender mailbox email address.getId()Returns the ID of the organization's backed up mailbox item.Returns the class of the organization's backed up mailbox item.Returns the date and time when the message was received.getSent()Returns the date and time when the message was sent.Returns the subject of the email message.getTo()Returns the recipient mailbox email address.inthashCode()booleanReturns if whether or not that the message was sent with the reminder.
-
Constructor Details
-
O365ExchangeItemResponse
-
-
Method Details
-
getId
Returns the ID of the organization's backed up mailbox item.- Returns:
- the exchange item Veeam native ID
-
getFrom
Returns the sender mailbox email address.- Returns:
- the sender mailbox email address
-
getCc
Returns the recipient email address in carbon copy.- Returns:
- the recipient email address in carbon copy
-
getBcc
Returns the recipient address in blind carbon copy.- Returns:
- the recipient address in blind carbon copy
-
getTo
Returns the recipient mailbox email address.- Returns:
- the recipient mailbox email address
-
getSent
Returns the date and time when the message was sent.- Returns:
- the date and time when the message was sent as
Instant
-
getReceived
Returns the date and time when the message was received.- Returns:
- Specifies the date and time when the message was received as
Instant
-
isReminder
public boolean isReminder()Returns if whether or not that the message was sent with the reminder.- Returns:
- true or false
-
getSubject
Returns the subject of the email message.- Returns:
- the subject of the email message
-
getItemClass
Returns the class of the organization's backed up mailbox item.- Returns:
- the exchange mailbox item class
-
equals
-
hashCode
public int hashCode()
-