Back to Devexpress

AuthenticationOptions.EMail Property

officefileapi-devexpress-dot-xtrarichedit-dot-authenticationoptions-fd8f8913.md

latest1.9 KB
Original Source

AuthenticationOptions.EMail Property

Gets or sets email address used to authenticate a user if document protection is enabled.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue("")]
public virtual string EMail { get; set; }
vb
<DefaultValue("")>
Public Overridable Property EMail As String

Property Value

TypeDefaultDescription
StringString.Empty

A string containing email address.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EMail
RichEditControlOptionsBase

.Authentication .EMail

|

Remarks

Information provided by the EMail property is used to allow you to edit ranges with permissions in a protected document.

See Also

RangePermission

BeginUpdateRangePermissions()

AuthenticationOptions Class

AuthenticationOptions Members

DevExpress.XtraRichEdit Namespace