CalendarReader.ReadNextComponent method
The ReadNextComponent method moves to the next component.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadNextComponent As Boolean
'Usage
Dim instance As CalendarReader
Dim returnValue As Boolean
returnValue = instance.ReadNextComponent()
public bool ReadNextComponent()
Return value
Type: System.Boolean
The ReadNextComponent method returns true if there was another component. Otherwise, the ReadNextComponent method returns false.