Table of Contents

Property Capabilities

Namespace
MailFathom.Application.Mail.Delivery
Assembly
MailFathom.Application.dll

Capabilities

Gets what the server declared it will accept, read from the greeting this session was opened with.

MailDeliveryCapabilities Capabilities { get; }

Property Value

MailDeliveryCapabilities

Remarks

The value belongs to this session's connection rather than to the account, because a submission endpoint behind a load balancer answers two connections with two greetings. A caller that cached it across sessions would bound a message against a server it is no longer talking to.