Freigeben über


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: []