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 ReadValueAsInt32(ContactValueSeparators) method returns the property value as an integer. Values are separated by the specified separators.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsInt32 ( _
expectedSeparators As ContactValueSeparators _
) As Integer
'Usage
Dim instance As ContactPropertyReader
Dim expectedSeparators As ContactValueSeparators
Dim returnValue As Integer
returnValue = instance.ReadValueAsInt32(expectedSeparators)
public int ReadValueAsInt32(
ContactValueSeparators expectedSeparators
)
Parameters
expectedSeparators
Type: Microsoft.Exchange.Data.ContentTypes.vCard.ContactValueSeparatorsSeparators on which reading should stop.
Return value
Type: System.Int32
The ReadValueAsInt32() method returns the property value as a Int32 instance.