MailMessage.Attachments Propiedad

Definición

Especifica la colección de datos adjuntos que se transmiten con el mensaje.

public:
 property System::Collections::IList ^ Attachments { System::Collections::IList ^ get(); };
public System.Collections.IList Attachments { get; }
member this.Attachments : System.Collections.IList
Public ReadOnly Property Attachments As IList

Valor de propiedad

Colección IList de MailAttachment objetos .

Se aplica a