Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiContactProfessionalPropertySetDto |
MapiContactProfessionalPropertySetDto.assistant(String assistant)
Set assistant and return this.
|
MapiContactProfessionalPropertySetDto |
MapiContactProfessionalPropertySetDto.companyName(String companyName)
Set companyName and return this.
|
MapiContactProfessionalPropertySetDto |
MapiContactProfessionalPropertySetDto.departmentName(String departmentName)
Set departmentName and return this.
|
MapiContactProfessionalPropertySetDto |
MapiContactDto.getProfessionalInfo()
Properties are used to store professional details for the person represented by the contact.
|
MapiContactProfessionalPropertySetDto |
MapiContactProfessionalPropertySetDto.managerName(String managerName)
Set managerName and return this.
|
MapiContactProfessionalPropertySetDto |
MapiContactProfessionalPropertySetDto.officeLocation(String officeLocation)
Set officeLocation and return this.
|
MapiContactProfessionalPropertySetDto |
MapiContactProfessionalPropertySetDto.profession(String profession)
Set profession and return this.
|
MapiContactProfessionalPropertySetDto |
MapiContactProfessionalPropertySetDto.title(String title)
Set title and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiContactDto |
MapiContactDto.professionalInfo(MapiContactProfessionalPropertySetDto professionalInfo)
Set professionalInfo and return this.
|
void |
MapiContactDto.setProfessionalInfo(MapiContactProfessionalPropertySetDto professionalInfo)
Set professionalInfo.
|
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.