HeaderCollectionAdd Method (HeaderCollection) |
Adds a header to collection.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Add(
HeaderCollection c
)
Public Sub Add (
c As HeaderCollection
)
public:
void Add(
HeaderCollection^ c
)
member Add :
c : HeaderCollection -> unit
Parameters
- c
- Type: Aspose.Email.MimeHeaderCollection
HeaderCollection for adding.
See Also