ConoHaNet.OpenStackMember.GetMailAttachment C# (CSharp) 메소드

GetMailAttachment() 공개 메소드

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