Platforms to show: All Mac Windows Linux Cross-Platform

Back to CNMutableContactMBS class.

CNMutableContactMBS.birthday as NSDateComponentsMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A date component for the Gregorian birthday of the contact.

A Gregorian birthday can be displayed using this property, whose values are the relevant properties of an NSDateComponents object. Day and month are required for this property, and year is optional. Calendar can be nil or Gregorian. All other date components are invalid.
(Read and Write property)

CNMutableContactMBS.contactType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
An enum identifying the contact type.

Can be CNContactMBS.CNContactTypeOrganization or CNContactMBS.CNContactTypePerson.
(Read and Write property)

CNMutableContactMBS.departmentName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The name of the department associated with the contact.

(Read and Write property)

CNMutableContactMBS.familyName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The family name of the contact.
Example
dim m as new CNMutableContactMBS
m.familyName = "Miller"
msgbox "name: "+m.familyName

The family name is often known as the last name of the contact.
(Read and Write property)

CNMutableContactMBS.givenName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The given name of the contact.

The given name is often known as the first name of the contact.
(Read and Write property)

CNMutableContactMBS.imageData as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The profile picture of a contact.

It is recommended that you fetch this property only when you need to access its value, such as when you need to display the contact’s profile picture.
(Read and Write property)

CNMutableContactMBS.jobTitle as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The contact’s job title.

(Read and Write property)

CNMutableContactMBS.middleName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The middle name of the contact.

(Read and Write property)

CNMutableContactMBS.namePrefix as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The name prefix of the contact.

(Read and Write property)

CNMutableContactMBS.nameSuffix as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The name suffix of the contact.

(Read and Write property)

CNMutableContactMBS.nickname as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The nickname of the contact.

(Read and Write property)

CNMutableContactMBS.nonGregorianBirthday as NSDateComponentsMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A date component for the non-Gregorian birthday of the contact.

A non-Gregorian birthday such as Lunisolar birthdays can be displayed using this property, whose values are the relevant properties of an NSDateComponents object. Day and month are required; year and leapMonth are optional. The calendar property is also required and must be non-Gregorian. Some supported calendars are Buddhist, Chinese, and Islamic. All other date components are invalid.
(Read and Write property)

CNMutableContactMBS.note as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A string containing notes for the contact.

(Read and Write property)

CNMutableContactMBS.organizationName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The name of the organization associated with the contact.

(Read and Write property)

CNMutableContactMBS.phoneticFamilyName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The phonetic family name of the contact.

This property contains a string that specifies the pronunciation of the contact’s family (or last) name.
(Read and Write property)

CNMutableContactMBS.phoneticGivenName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The phonetic given name of the contact.

This property contains a string that specifies the pronunciation of the contact’s given (or first) name.
(Read and Write property)

CNMutableContactMBS.phoneticMiddleName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The phonetic middle name of the contact.

This property contains a string that specifies the pronunciation of the contact’s middle name.
(Read and Write property)

CNMutableContactMBS.phoneticOrganizationName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 20.5 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The phonetic name of the organization associated with the contact.

This property contains a string that specifies the pronunciation of the contact’s organization name.
Requires macOS 10.12 or newer.
(Read and Write property)

CNMutableContactMBS.previousFamilyName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Contacts MBS Mac64bit Plugin 16.3 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The previous family name of the contact.

The previous family name is often known as the maiden name of the contact.
(Read and Write property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...