ContactPropertyReader.GetValueReadStream Method
The GetValueReadStream() method returns the property value as a stream.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetValueReadStream As Stream
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Stream
returnValue = instance.GetValueReadStream()
public Stream GetValueReadStream()
Return Value
Type: System.IO.Stream
A Stream instance containing the property value.