MessageType.References Property
The References property gets or sets a string that represents the Usenet header that is used to correlate replies with their original message. This property is optional. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property References As String
Get
Set
'Usage
Dim instance As MessageType
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 represents a Usenet header.
See Also