ConoHaNet.OpenStackMember.DeleteEmailAddress C# (CSharp) Method

DeleteEmailAddress() public method

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