Word.Interfaces.CommentCollectionLoadOptions interface     
Contains a collection of Word.Comment objects.
Remarks
Properties
| $all | Specifying   | 
| author | 
	For EACH ITEM in the collection: Gets the email of the comment's author.  | 
| author | 
	For EACH ITEM in the collection: Gets the name of the comment's author.  | 
| content | For EACH ITEM in the collection: Specifies the comment's content as plain text.  | 
| content | 
	For EACH ITEM in the collection: Specifies the comment's content range.  | 
| creation | 
	For EACH ITEM in the collection: Gets the creation date of the comment.  | 
| id | For EACH ITEM in the collection: Gets the ID of the comment.  | 
| resolved | For EACH ITEM in the collection: Specifies the comment thread's status. Setting to   | 
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
				Property Value
boolean
		authorEmail
	 
	For EACH ITEM in the collection: Gets the email of the comment's author.
authorEmail?: boolean;
				Property Value
boolean
Remarks
		authorName
	 
	For EACH ITEM in the collection: Gets the name of the comment's author.
authorName?: boolean;
				Property Value
boolean
Remarks
content
For EACH ITEM in the collection: Specifies the comment's content as plain text.
content?: boolean;
				Property Value
boolean
Remarks
		contentRange
	 
	For EACH ITEM in the collection: Specifies the comment's content range.
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
				Property Value
Remarks
		creationDate
	 
	For EACH ITEM in the collection: Gets the creation date of the comment.
creationDate?: boolean;
				Property Value
boolean
Remarks
id
For EACH ITEM in the collection: Gets the ID of the comment.
id?: boolean;
				Property Value
boolean
Remarks
resolved
For EACH ITEM in the collection: Specifies the comment thread's status. Setting to true resolves the comment thread. Getting a value of true means that the comment thread is resolved.
resolved?: boolean;
				Property Value
boolean