A suffix string against which email addresses are matched by the identity rule.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property EmailSuffix As String |
| C# |
|---|
string EmailSuffix { get; set; } |
| Visual C++ |
|---|
property String^ EmailSuffix { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_emailSuffix(); function set_emailSuffix(value); |