Compartir a través de


_SharingItem.Type Propiedad

Definición

Devuelve o establece una OlSharingMsgType constante que indica el tipo de mensaje de uso compartido representado por SharingItem. Lectura y escritura.

public:
 property Microsoft::Office::Interop::Outlook::OlSharingMsgType Type { Microsoft::Office::Interop::Outlook::OlSharingMsgType get(); void set(Microsoft::Office::Interop::Outlook::OlSharingMsgType value); };
public Microsoft.Office.Interop.Outlook.OlSharingMsgType Type { get; set; }
Public Property Type As OlSharingMsgType

Valor de propiedad

Comentarios

Se produce un error si se intenta establecer esta propiedad después de que se han enviado o recibido el mensaje para compartir, o si se intenta establecer esta propiedad en olSharingMsgTypeResponseAllow u olSharingMsgTypeResponseDeny.

Se aplica a