Gets or sets the MessageId at the specified index.
Namespace:
Rebex.Mime.Headers
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As MessageId Get Set |
C# |
---|
public MessageId this[ int index ] { get; set; } |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the MessageId to get or set.