Document.GetLetterContent Method
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.
Retrieves letter elements from the document and returns a LetterContent.
public:
Microsoft::Office::Interop::Word::LetterContent ^ GetLetterContent();
public Microsoft.Office.Interop.Word.LetterContent GetLetterContent ();
abstract member GetLetterContent : unit -> Microsoft.Office.Interop.Word.LetterContent
Public Function GetLetterContent () As LetterContent