RulePredicatesType.SentCcMeSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SentCcMeSpecified As Boolean
Get
Set
'Usage
Dim instance As RulePredicatesType
Dim value As Boolean
value = instance.SentCcMeSpecified
instance.SentCcMeSpecified = value
public bool SentCcMeSpecified { get; set; }
Property Value
Type: System.Boolean
See Also