IDomainResource.FromSenderDomain 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.
P2 sender domain that is displayed to the email recipients [RFC 5322].
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="P2 sender domain that is displayed to the email recipients [RFC 5322].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="fromSenderDomain", Update=false)]
public string FromSenderDomain { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="P2 sender domain that is displayed to the email recipients [RFC 5322].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="fromSenderDomain", Update=false)>]
member this.FromSenderDomain : string
Public ReadOnly Property FromSenderDomain As String
Property Value
- Attributes