Specifies the port number for the SMTP server. For example: 25
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property SMTPPort As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> SMTPPort { get; set; } |
| Visual C++ |
|---|
property Nullable<int> SMTPPort { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_smtpPort(); function set_smtpPort(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ