Add
HeaderCollection.Add method (1 of 3)
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
HeaderCollection.Add method (2 of 3)
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
HeaderCollection.Add method (3 of 3)
Adds the header without value
public void Add(string item)
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email