Share via


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.

See also

Reference

ContactPropertyReader structure

ContactPropertyReader members

Microsoft.Exchange.Data.ContentTypes.vCard namespace