Click or drag to resize

AppointmentParser Constructor (Encoding)

Creates new AppointmentParser with specified encoding.

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

Parameters

encoding
Type: System.TextEncoding
Encoding to be used when extracting encoded data.
See Also