Identifier of the preferred type of the additional patient email.
object.PreferredEMailAdditionID
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the preferred type of the additional patient email.
Dim aPatient
Dim aPreferredEMailAdditionID
Set aPatient = Profile.SelectPatient
aPreferredEMailAdditionID = aPatient.PreferredEMailAdditionID
Profile.MsgBox (aPreferredEMailAdditionID) In Profile Client v8 on User Interface Preferred EMail Addition ID cannot be found.