Click or drag to resize
MimeKit

MimeVisitorVisit(MimeMessage) Method

Dispatches the message to one of the more specialized visit methods in this class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public virtual void Visit(
	MimeMessage message
)

Parameters

message  MimeMessage
The MIME message.
Remarks
Dispatches the message to one of the more specialized visit methods in this class.
See Also