Type | Description | |||
String | A string expression that indicates the separator being used in few properties of the Message object. |
By default, the Separator property is "\r\n" (vbCrLf). Important Note! In the DEMO version, the Separator property is not implemented.
The following sample shows how to get only the first value, if the message contains multiple values:
Dim n As New LookupNS n.Separator = Chr(0) MsgBox n.Query("microsoft.com").Address
The Separator property splits multiple values in the following properties: