Remove
HeaderCollection.Remove method
按给定的标头名称从集合中删除标头。
public bool Remove(string item)
范围 | 类型 | 描述 |
---|---|---|
item | String | 标题名称。 |
返回值
如果项目已成功从集合中删除,则为 true。
也可以看看
- class HeaderCollection
- 命名空间 Aspose.Email.Mime
- 部件 Aspose.Email
按给定的标头名称从集合中删除标头。
public bool Remove(string item)
范围 | 类型 | 描述 |
---|---|---|
item | String | 标题名称。 |
如果项目已成功从集合中删除,则为 true。