| BodyPartVisitorVisit Method |
Dispatches the entity to one of the more specialized visit methods in this class.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public virtual void Visit(
BodyPart body
)
Parameters
- body BodyPart
- The MIME body part.
Remarks
Dispatches the entity to one of the more specialized visit methods in this class.
See Also