Share via


EmailAttachment Construtores

Definição

Sobrecargas

EmailAttachment(String)

Email anexo do nome do arquivo.

EmailAttachment(FileBase)

Email anexo do arquivo existente.

EmailAttachment(String, String)

Tipo de conteúdo explícito (tipo MIME) do arquivo.

EmailAttachment(String)

Email anexo do nome do arquivo.

public EmailAttachment (string fullPath);

Parâmetros

fullPath
System.String

Caminho completo e nome de arquivo para arquivo.

Aplica-se a

EmailAttachment(FileBase)

Email anexo do arquivo existente.

public EmailAttachment (Xamarin.Essentials.FileBase file);

Parâmetros

file
FileBase

Arquivo existente.

Aplica-se a

EmailAttachment(String, String)

Tipo de conteúdo explícito (tipo MIME) do arquivo.

public EmailAttachment (string fullPath, string contentType);

Parâmetros

fullPath
System.String

Caminho completo e nome de arquivo para arquivo.

contentType
System.String

Tipo de conteúdo (tipo MIME) do arquivo (por exemplo: image/png).

Aplica-se a