Framework.Core.Utilities.Email.MailTemplate.AddAttachment C# (CSharp) Méthode

AddAttachment() public méthode

Add attachment.
public AddAttachment ( String path ) : void
path String Path to the file.
Résultat void
        public void AddAttachment(String path)
        {
            Attachments.Add(new Attachment(path));
        }