Style.PersonalReply Property
E-Mail Message Reply Style.Represents the element tag in schema: w:personalReply
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PersonalReply As PersonalReply
Get
Set
'Usage
Dim instance As Style
Dim value As PersonalReply
value = instance.PersonalReply
instance.PersonalReply = value
public PersonalReply PersonalReply { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.PersonalReply