public class MapiRecipientDto extends Object
Constructor and Description |
---|
MapiRecipientDto() |
MapiRecipientDto(String emailAddress,
String addressType,
String displayName,
String recipientType)
Initializes a new instance of the MapiRecipientDto
|
Modifier and Type | Method and Description |
---|---|
MapiRecipientDto |
addressType(String addressType)
Set addressType and return this.
|
MapiRecipientDto |
displayName(String displayName)
Set displayName and return this.
|
MapiRecipientDto |
emailAddress(String emailAddress)
Set emailAddress and return this.
|
boolean |
equals(Object o) |
String |
getAddressType()
Type of the address of the message recipient or sender.
|
String |
getDisplayName()
Display name of the message recipient or sender.
|
String |
getEmailAddress()
Email address of the message recipient or sender.
|
String |
getRecipientType()
Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient.
|
int |
hashCode() |
MapiRecipientDto |
recipientType(String recipientType)
Set recipientType and return this.
|
void |
setAddressType(String addressType)
Set addressType.
|
void |
setDisplayName(String displayName)
Set displayName.
|
void |
setEmailAddress(String emailAddress)
Set emailAddress.
|
void |
setRecipientType(String recipientType)
Set recipientType.
|
String |
toString() |
public MapiRecipientDto()
public MapiRecipientDto(String emailAddress, String addressType, String displayName, String recipientType)
emailAddress
- Email address of the message recipient or sender.addressType
- Type of the address of the message recipient or sender.displayName
- Display name of the message recipient or sender.recipientType
- Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient. Enum, available values: Unknown, MapiBcc, MapiCc, MapiP1, MapiSubmitted, MapiTopublic MapiRecipientDto emailAddress(String emailAddress)
emailAddress
- Email address of the message recipient or sender.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- Email address of the message recipient or sender.public MapiRecipientDto addressType(String addressType)
addressType
- Type of the address of the message recipient or sender.public String getAddressType()
public void setAddressType(String addressType)
addressType
- Type of the address of the message recipient or sender.public MapiRecipientDto displayName(String displayName)
displayName
- Display name of the message recipient or sender.public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- Display name of the message recipient or sender.public MapiRecipientDto recipientType(String recipientType)
recipientType
- Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient. Enum, available values: Unknown, MapiBcc, MapiCc, MapiP1, MapiSubmitted, MapiTopublic String getRecipientType()
public void setRecipientType(String recipientType)
recipientType
- Represent the PR_RECIPIENT_TYPE property which contains the recipient type for a message recipient. Enum, available values: Unknown, MapiBcc, MapiCc, MapiP1, MapiSubmitted, MapiToCopyright © 2020. All rights reserved.