HeaderCollection.Add
Add(HeaderCollection)
Adds a header to collection.
public void Add(HeaderCollection c)
Parameter | Type | Description |
---|---|---|
c | HeaderCollection | HeaderCollection for adding. |
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email
Add(string, string)
Adds the header.
public void Add(string name, string value)
Parameter | Type | Description |
---|---|---|
name | String | The header name. |
value | String | The header value. |
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email
Add(string)
Adds the header without value
public void Add(string item)
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email