DotNetOpenMail 0.5.7 (beta)

Configuration.GetXSender Method 

Get the X-Sender header, if any is specified in the .config file with the key dnom.headers.xsender.

[Visual Basic]
Public Function GetXSender() As String
[C#]
public string GetXSender();
[C++]
public: String* GetXSender();
[JScript]
public function GetXSender(): String;

Return Value

See Also

Configuration Class | DotNetOpenMail.Utils Namespace