DsnAttachmentDsnGatewayType Property
Gets the DSN gateway type.

Namespace: MailBee.BounceMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string DsnGatewayType { get; }

Property Value

Type: String
A string representaion of the message gateway type from "DSN-Gateway" DSN field, or a null reference (Nothing in Visual Basic) if no such field contained in the DSN.
Remarks

This field indicates the type of the gateway or MTA which translated a foreign (non-Internet) delivery status notification into this DSN. This field MUST appear in any DSN which was translated by a gateway from a foreign system into DSN format, and MUST NOT appear otherwise.

In this example, DSN field is:
DSN-Gateway: dns; gateway.home.local
The return value is marked bold.

See Also