ConoHaNet.OpenStackMember.SetEmailSpamFilter C# (CSharp) Method

SetEmailSpamFilter() public method

public SetEmailSpamFilter ( string emailId, bool enabled, string type = null ) : bool
emailId string
enabled bool
type string
return bool
        public bool SetEmailSpamFilter(string emailId, bool enabled, string type = null)
        {
            return MailServiceProvider.SetEmailSpamFilter(emailId, enabled, type, this.DefaultRegion, this.Identity);
        }
OpenStackMember