ConoHaNet.OpenStackMember.GetMailBoxQuota C# (CSharp) Method

GetMailBoxQuota() public method

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