Share via


CalendarPropertyReader.ReadValueAsBytes method

The ReadValueAsBytes method reads the current value and returns it as an array of bytes.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadValueAsBytes As Byte()
'Usage
Dim instance As CalendarPropertyReader
Dim returnValue As Byte()

returnValue = instance.ReadValueAsBytes()
public byte[] ReadValueAsBytes()

Return value

Type: []

See also

Reference

CalendarPropertyReader structure

CalendarPropertyReader members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace