HeaderCollectionInsert Method |
Inserts the header in collection.
If collection contains headers with the same name this header will be inserted before other headers with the same name.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Insert(
string name,
string value
)
Public Sub Insert (
name As String,
value As String
)
public:
void Insert(
String^ name,
String^ value
)
member Insert :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
The header name. - value
- Type: SystemString
The header value.
See Also