ConoHaNet.OpenStackMember.GetMailAttachment C# (CSharp) Method

GetMailAttachment() public method

public GetMailAttachment ( string emailId, string messageId, string attachmentId ) : Attachment
emailId string
messageId string
attachmentId string
return Attachment
        public Attachment GetMailAttachment(string emailId, string messageId, string attachmentId)
        {
            return MailServiceProvider.GetMailAttachment(emailId, messageId, attachmentId, this.DefaultRegion, this.Identity);
        }
OpenStackMember