Represents the message identifier.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
[SerializableAttribute]
public class MessageId : IHeader
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MessageId _
	Implements IHeader
Visual C++
[SerializableAttribute]
public ref class MessageId : IHeader

Remarks

Represents the msg-id structured header defined by RFC 2822.

Inheritance Hierarchy

System..::.Object
  Rebex.Mime.Headers..::.MessageId

See Also