3.2.4.2.5.10 MailBcc (put) (Opnum 21)

The MailBcc (put) method sets the mail bcc property of the action. The mailBcc string parameter value will be used as the list of BCC addresses to send the email generated by this action. The format of the email address has to be as specified in [RFC5322].

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_ACTION_EMAIL | 0x05))] HRESULT MailBcc(
   [in] BSTR mailBcc
 );

mailBcc: Contains the list of BCC email addresses to use for this action. The string in mailBcc MUST be in the form of a mailTo string (section 3.2.4.2).

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x8004530D

FSRM_E_OUT_OF_RANGE

The content of the MailBcc parameter exceeds the maximum length of 4,000 characters.

0x80070057

E_INVALIDARG

The mailBcc parameter is NULL.

The server MUST use mailBcc as the list of BCC addresses of email generated by this action or return a nonzero error code.

If mailBcc contains the string "[ADMIN EMAIL]", the server MUST send the email to the Administrator email address setting (section 3.2.1.9).