Amazon.SimpleEmail.Model.ReceiptRule.IsSetRecipients C# (CSharp) Method

IsSetRecipients() private method

private IsSetRecipients ( ) : bool
return bool
        internal bool IsSetRecipients()
        {
            return this._recipients != null && this._recipients.Count > 0; 
        }