Attachment.NameEncoding Propriedade
Definição
Especifica a codificação para o AttachmentName.Specifies the encoding for the AttachmentName.
public:
property System::Text::Encoding ^ NameEncoding { System::Text::Encoding ^ get(); void set(System::Text::Encoding ^ value); };
public System.Text.Encoding? NameEncoding { get; set; }
public System.Text.Encoding NameEncoding { get; set; }
member this.NameEncoding : System.Text.Encoding with get, set
Public Property NameEncoding As Encoding
Valor da propriedade
Um valor Encoding que especifica o tipo de codificação de nome.An Encoding value that specifies the type of name encoding. O valor padrão é determinado com base no nome do anexo.The default value is determined from the name of the attachment.