IDomainResource.MailFromSenderDomain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
P1 sender domain that is present on the email envelope [RFC 5321].
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="P1 sender domain that is present on the email envelope [RFC 5321].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="mailFromSenderDomain", Update=false)]
public string MailFromSenderDomain { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="P1 sender domain that is present on the email envelope [RFC 5321].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="mailFromSenderDomain", Update=false)>]
member this.MailFromSenderDomain : string
Public ReadOnly Property MailFromSenderDomain As String
Property Value
- Attributes