/AWS1/CL_SEBRELAY¶
The relay resource that can be used as a rule to relay receiving emails to the destination relay server.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_relayid
TYPE /AWS1/SEBRELAYID
/AWS1/SEBRELAYID
¶
The unique relay identifier.
iv_relayname
TYPE /AWS1/SEBRELAYNAME
/AWS1/SEBRELAYNAME
¶
The unique relay name.
iv_lastmodifiedtimestamp
TYPE /AWS1/SEBTIMESTAMP
/AWS1/SEBTIMESTAMP
¶
The timestamp of when the relay was last modified.
Queryable Attributes¶
RelayId¶
The unique relay identifier.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELAYID() |
Getter for RELAYID, with configurable default |
ASK_RELAYID() |
Getter for RELAYID w/ exceptions if field has no value |
HAS_RELAYID() |
Determine if RELAYID has a value |
RelayName¶
The unique relay name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELAYNAME() |
Getter for RELAYNAME, with configurable default |
ASK_RELAYNAME() |
Getter for RELAYNAME w/ exceptions if field has no value |
HAS_RELAYNAME() |
Determine if RELAYNAME has a value |
LastModifiedTimestamp¶
The timestamp of when the relay was last modified.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDTIMESTAMP() |
Getter for LASTMODIFIEDTIMESTAMP, with configurable default |
ASK_LASTMODIFIEDTIMESTAMP() |
Getter for LASTMODIFIEDTIMESTAMP w/ exceptions if field has |
HAS_LASTMODIFIEDTIMESTAMP() |
Determine if LASTMODIFIEDTIMESTAMP has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RELAYS
¶
TYPES TT_RELAYS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SEBRELAY WITH DEFAULT KEY
.