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