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 WriteValueTypeParameter(ContactValueType) method writes a parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteValueTypeParameter ( _
type As ContactValueType _
)
'Usage
Dim instance As ContactWriter
Dim type As ContactValueType
instance.WriteValueTypeParameter(type)
public void WriteValueTypeParameter(
ContactValueType type
)