PapercutSmtpContainerResource
Handle
interface PapercutSmtpContainerResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly port: EndpointReferenceExpression; readonly uriExpression: ReferenceExpression;}Properties
property
connectionStringExpression ReferenceExpression get ConnectionString for the Papercut SMTP server in the form of smtp://host:port.
property
host EndpointReferenceExpression get Gets the host endpoint reference for the SMTP endpoint.
property
port EndpointReferenceExpression get Gets the port endpoint reference for the SMTP endpoint.
property
uriExpression ReferenceExpression get Gets the connection URI expression for the Papercut SMTP endpoint.