The type of EMail, chosen by the patient for communication with the organisation.
object.EMailType
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's email type.
Dim aPatient
Dim aEMailType
Set aPatient = Profile.SelectPatient
aEMailType = aPatient.EMailType
Profile.MsgBox (aEMailType)
In Profile Client v8 on User Interface EMail Type can be found in
.