IEWSClient.ReplyAll

IEWSClient.ReplyAll method

Reply to the sender and all recipients of a message.

public void ReplyAll(MailMessage message, ExchangeMessageInfo referencedMessage)
ParameterTypeDescription
messageMailMessageThe MailMessage that represents the precomposed reply message.
referencedMessageExchangeMessageInfoThe ExchangeMessageInfo that represents the original message.

See Also