Click or drag to resize

vFormatterDeserialize Method (Stream)

IT Hit WebDAV Classes Reference
Deserializes list of business cards, calendars or calendar components from stream.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public override IEnumerable<IComponent> Deserialize(
	Stream serializationStream
)

Parameters

serializationStream
Type: System.IOStream
The byte stream that contains of vCard(s), iCalendar(s) or calendar component(s).

Return Value

Type: IEnumerableIComponent
List of business cards or calendar components.
Remarks
The input stream may contain more than one business card / calendar.
See Also