Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.