Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PropertyCount property returns an integer representing the number of properties in the TNEF stream.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyCount As Integer
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Integer
value = instance.PropertyCount
public int PropertyCount { get; }
Property value
Type: System.Int32