Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.displayName(String displayName)
Set displayName and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.displayNamePrefix(String displayNamePrefix)
Set displayNamePrefix and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.fileUnder(String fileUnder)
Set fileUnder and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.fileUnderId(Long fileUnderId)
Set fileUnderId and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.generation(String generation)
Set generation and return this.
|
MapiContactNamePropertySetDto |
MapiContactDto.getNameInfo()
The properties are used to specify the name of the person represented by the contact.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.givenName(String givenName)
Set givenName and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.initials(String initials)
Set initials and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.middleName(String middleName)
Set middleName and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.nickname(String nickname)
Set nickname and return this.
|
MapiContactNamePropertySetDto |
MapiContactNamePropertySetDto.surname(String surname)
Set surname and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiContactDto |
MapiContactDto.nameInfo(MapiContactNamePropertySetDto nameInfo)
Set nameInfo and return this.
|
void |
MapiContactDto.setNameInfo(MapiContactNamePropertySetDto nameInfo)
Set nameInfo.
|
Constructor and Description |
---|
MapiContactDto(List<MapiAttachmentDto> attachments,
String billing,
String body,
String bodyHtml,
String bodyRtf,
String bodyType,
List<String> categories,
List<String> companies,
String itemId,
String messageClass,
String mileage,
List<MapiRecipientDto> recipients,
String sensitivity,
String subject,
String subjectPrefix,
List<MapiPropertyDto> properties,
String discriminator,
MapiContactElectronicAddressPropertySetDto electronicAddresses,
MapiContactEventPropertySetDto events,
MapiContactNamePropertySetDto nameInfo,
MapiContactOtherPropertySetDto otherFields,
MapiContactPersonalInfoPropertySetDto personalInfo,
MapiContactPhotoDto photo,
MapiContactPhysicalAddressPropertySetDto physicalAddresses,
MapiContactProfessionalPropertySetDto professionalInfo,
MapiContactTelephonePropertySetDto telephones)
Initializes a new instance of the MapiContactDto
|
Copyright © 2020. All rights reserved.