3.2.4.2.11.6 AdminEmail (put) (Opnum 12)
The AdminEmail (put) method sets the administrator email address that the File Server Resource Manager Protocol will use and returns S_OK upon successful completion. The administrator email address will be used if a configured email address contains the string "[ADMIN EMAIL]". The format of the email address has to be as specified in [RFC5322].
-
[propput, id(FSRM_PROPERTY(FSRM_DISPID_SETTING | 0x03))] HRESULT AdminEmail( [in] BSTR adminEmail );
adminEmail: Contains the administrator email address for the File Server Resource Manager Protocol to use. The maximum length of this string MUST be 4,000 characters.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
The server MUST use adminEmail as the replacement text for email addresses that contain the string "[ADMIN EMAIL]" or return a nonzero error code.