Click or drag to resize

vFormatter.Serialize Method (Stream, IComponent)

IT Hit WebDAV Classes Reference
Serializes a business card, calendar or calendar component to vCard / iCalendar format and writes it to the given stream.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public override void Serialize(
	Stream serializationStream,
	IComponent davComponent
)

Parameters

serializationStream
Type: System.IO.Stream
The stream to which the object to be serialized.
davComponent
Type: ITHit.Collab.IComponent
Business card, calendar or calendar component to be serialized.
See Also