ConoHaNet.OpenStackMember.DeleteMailService C# (CSharp) Method

DeleteMailService() public method

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