Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeField IsTo Property MIME4NET Class Library Documentation
Determines if this is a To field.

Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public bool IsTo { get; }

Property Value

Type: Boolean
Remarks

Returns true if this is a To field, false otherwise.
See Also