PostItemType.References Property
The References property gets or sets the Usenet header that is used to associate replies with the original message.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property References As String
Get
Set
'Usage
Dim instance As PostItemType
Dim value As String
value = instance.References
instance.References = value
public string References { get; set; }
Property Value
Type: System.String
The References property returns a string that contains the Usenet header that is used to associate replies with the original message.
See Also