AttachmentBase.ContentId Propiedad

Definición

Obtiene o establece el identificador de contenido MIME de estos datos adjuntos.

public:
 property System::String ^ ContentId { System::String ^ get(); void set(System::String ^ value); };
public string ContentId { get; set; }
member this.ContentId : string with get, set
Public Property ContentId As String

Valor de propiedad

String que contiene el identificador de contenido.

Excepciones

Se intentó establecer ContentId en null.

Se aplica a