IdtMessageDestination Property

Gets or sets the message's destination.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public virtual string Destination { get; set; }

Property Value

String

Remarks

The destination may be an SMTP address, a file name, a log identifier, etc. The message sink has the responsibility of determining how to handle a given message and destination.

See Also