PostmarkSenderResponse Property

Gets the PostmarkResponse from the Postmark send operation

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public PostmarkResponse? Response { get; }

Property Value

PostmarkResponse

Implements

IPostmarkSenderResponse

See Also