MsgAttachmentCollection.RemoveAt Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9119)
RemoveAt(Int32)
Removes an attachment at specified index.
Declaration
public void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Index of attachment to remove. |