ConoHaNet.OpenStackMember.DeleteMailDomain C# (CSharp) Method

DeleteMailDomain() public method

public DeleteMailDomain ( string domainId ) : bool
domainId string
return bool
        public bool DeleteMailDomain(string domainId)
        {
            return MailServiceProvider.DeleteMailDomain(domainId, this.DefaultRegion, this.Identity);
        }
OpenStackMember