RuleActionsType.ServerReplyWithMessage Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ServerReplyWithMessage As ItemIdType
Get
Set
'Usage
Dim instance As RuleActionsType
Dim value As ItemIdType
value = instance.ServerReplyWithMessage
instance.ServerReplyWithMessage = value
public ItemIdType ServerReplyWithMessage { get; set; }