Click or drag to resize

AppointmentParser(Encoding) Constructor

Creates new AppointmentParser with specified encoding.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public AppointmentParser(
	Encoding encoding
)

Parameters

encoding  Encoding
Encoding to be used when extracting encoded data.
See Also