CalendarPropertyReader.GetValueReadStream Method
The GetValueReadStream method returns a stream that can be used to read the current value.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function GetValueReadStream As Stream
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As Stream
returnValue = instance.GetValueReadStream()
public Stream GetValueReadStream()
Return Value
Type: System.IO.Stream