| MimeEntityTryInit Method |
Tries to use the given object to initialize the appropriate property.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected bool TryInit(
Object obj
)
Parameters
- obj Object
- The object.
Return Value
Booleantrue if the object was recognized and used;
false otherwise.
Remarks
Initializes the appropriate property based on the type of the object.
See Also