_SharingItem.Type Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie ou définit une OlSharingMsgType constante qui indique le type de message de partage représenté par .SharingItem Lecture-écriture.
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
Valeur de propriété
Remarques
Une erreur se produit si vous tentez de définir cette propriété après l'envoi ou la réception du message de partage ou si vous tentez de définir cette propriété sur olSharingMsgTypeResponseAllow ou olSharingMsgTypeResponseDeny.