public class VCardCommunicationRecordset extends VCardRecordset
Represents a set of Communication vCard records. These properties describe information about how to communicate with the object the vCard represents.
Learn more
| Modifier and Type | Method and Description |
|---|---|
VCardTextRecord[] |
getEmailRecords()
Gets the electronic mail addresses for communication with the object.
|
String[] |
getEmails()
Gets the electronic mail addresses for communication with the object.
|
String[] |
getImppEntries()
Gets the URIs for instant messaging and presence protocol communications with the object.
|
VCardTextRecord[] |
getImppRecords()
Gets the URIs for instant messaging and presence protocol communications with the object.
|
VCardTextRecord[] |
getLanguageRecords()
Gets the languages that may be used for contacting the object.
|
String[] |
getLanguages()
Gets the languages that may be used for contacting the object.
|
String |
getMailer()
Gets the type of the electronic mail software that is used by the individual associated with the vCard.
|
VCardTextRecord[] |
getTelephoneRecords()
Gets the telephone numbers for telephony communication with the object.
|
String[] |
getTelephones()
Gets the telephone numbers for telephony communication with the object.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final VCardTextRecord[] getEmailRecords()
Gets the electronic mail addresses for communication with the object.
public final String[] getEmails()
Gets the electronic mail addresses for communication with the object.
EmailRecords.
public final String[] getImppEntries()
Gets the URIs for instant messaging and presence protocol communications with the object.
ImppRecords.
public final VCardTextRecord[] getImppRecords()
Gets the URIs for instant messaging and presence protocol communications with the object.
public final VCardTextRecord[] getLanguageRecords()
Gets the languages that may be used for contacting the object.
public final String[] getLanguages()
Gets the languages that may be used for contacting the object.
LanguageRecords.
public final String getMailer()
Gets the type of the electronic mail software that is used by the individual associated with the vCard.
public final VCardTextRecord[] getTelephoneRecords()
Gets the telephone numbers for telephony communication with the object.
public final String[] getTelephones()
Gets the telephone numbers for telephony communication with the object.
TelephoneRecords.
Copyright © 2026. All rights reserved.