HeaderCollectionSet Method |
Sets the header.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Set(
string name,
string value
)
Public Sub Set (
name As String,
value As String
)
public:
void Set(
String^ name,
String^ value
)
member Set :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
The header name. - value
- Type: SystemString
The header value.
See Also