ConoHaNet.OpenStackMember.GetMailAttachment C# (CSharp) Méthode

GetMailAttachment() public méthode

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