Returns the number of links found in the current message part.
Syntax
object.Links
Remarks
The LinkCount property returns the number of hyperlinks found
in the current message part. This property can be used in conjunction
with the Link property array to enumerate all of the links
found in the message.
Data Type
Integer (Int32)
See Also
Link Property,
Part Property,
PartCount Property,
Text Property
|