This property is True if notifications are allowed to be sent to the patient by email.
object.IsEmailNotificationAllowed
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display IsEmailNotificationAllowed for the patient.
Dim aPatient
Dim aIsEmailNotificationAllowed
Set aPatient = Profile.SelectPatient
aIsEmailNotificationAllowed = aPatient.IsEmailNotificationAllowed
Profile.MsgBox (aIsEmailNotificationAllowed) In Profile Client v8 on User Interface the Email checkbox can be checked in or Allow notification with email messages checkbox can be checked in .