EmailMessage.Reply(MessageBody, Boolean) Méthode
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.
Répond au message.
public:
void Reply(Microsoft::Exchange::WebServices::Data::MessageBody ^ bodyPrefix, bool replyAll);
public void Reply (Microsoft.Exchange.WebServices.Data.MessageBody bodyPrefix, bool replyAll);
Public Sub Reply (bodyPrefix As MessageBody, replyAll As Boolean)
Paramètres
- bodyPrefix
- MessageBody
Préfixe à ajouter au corps d’origine du message.
- replyAll
- Boolean
true pour indiquer si la réponse doit être destinée à tous les destinataires d’origine du message ; sinon, false.
Remarques
L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS).