Insert

Insert(int, MapiAttachment)

插入一个元素到Collection在指定的索引处。

public void Insert(int index, MapiAttachment item)
范围类型描述
indexInt32从零开始的索引item应该插入。
itemMapiAttachment要插入的对象。对于引用类型,该值可以为 null。

例外

例外(健康)状况
ArgumentOutOfRangeExceptionindex小于零。

也可以看看


Insert(int, string, MapiMessage)

将邮件作为附件插入到MapiAttachmentCollection在指定的索引处。

public void Insert(int index, string name, MapiMessage msg)
范围类型描述
indexInt32应插入的从零开始的索引。
nameString附件的名称。
msgMapiMessageMapiMessage表示附加的消息。

例外

例外(健康)状况
ArgumentNullException如果消息为空则抛出。

也可以看看