Click or drag to resize
MimeKit

InternetAddressConverterRegister Method

Register the type converter so that it's available through GetConverter(Object).

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
public static void Register(
	ParserOptions options = null
)

Parameters

options  ParserOptions  (Optional)
The ParserOptions to use when converting from string or to use the default options.
Exceptions
ExceptionCondition
InvalidOperationException The Register method was called more than once.
Remarks
Registers the type converter so that it's available through GetConverter(Object).
See Also