MessageIdCollection.Add Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Add(MessageId)
Adds a MessageId to the end of the list.
Declaration
public int Add(MessageId messageId)
Parameters
Type | Name | Description |
---|---|---|
MessageId | messageId | A MessageId to be added. |
Returns
Type | Description |
---|---|
Int32 | The index at which the message identificator has been added. |