Compartilhar via


_SharingItem.Type Propriedade

Definição

Retorna ou define uma OlSharingMsgType constante que indica o tipo de mensagem de compartilhamento representada pelo SharingItem. Leitura/gravação.

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 da propriedade

Comentários

Ocorrerá um erro se você tentar definir essa propriedade depois que a mensagem de compartilhamento foi enviada ou recebida, ou se você tentar definir essa propriedade como olSharingMsgTypeResponseAllow ou olSharingMsgTypeResponseDeny.

Aplica-se a