Click or drag to resize

CellEmailAddrAttrs Enumeration

Cell attributes specific to DatePicker cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellEmailAddrAttrs
Members
  Member nameValueDescription
EmailForm16Use the standard Email form (which supports journaling) instead of the mailto protocol.
PlainText32Use plain text (vs. HTML) in email body.
HideFrom64Hide the From field when creating emails so user cannot override the normal sender address.
UseServiceDefaultSender128Use the email service's default sender address, not the user's email address when originating email.
NoMailIcon256Do not show the mail icon on the mail link.
ContentAsLink512Use the content itself (vs. label) to server as the link when field is locked.
NoLink1024Do not render a mailto link for this field.
See Also