MailKit Documentation
MailKit Documentation
API Reference
MimeKit
InternetAddressConverter Class
InternetAddressConverter Methods
CanConvertFrom Method
CanConvertTo Method
ConvertFrom Method
ConvertTo Method
IsValid Method
Register Method
Internet
Address
Converter
Register 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#
Copy
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
Exception
Condition
InvalidOperationException
The Register method was called more than once.
Remarks
Registers the type converter so that it's available through
GetConverter(Object)
.
See Also
Reference
InternetAddressConverter Class
MimeKit Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast