M-Files API 23.11.13135.0
SetFromEmailHeader Method
DefaultProperty Object : SetFromEmailHeader Method
The header name.
If this parameter is True, values should be treated as item IDs instead of display names. Valid only if the property represents a lookup value.
If this parameter is True, a new value list item should be added if it is not found. Valid only if the property represents a lookup value.
Description
Sets the FromEmailHeader data.
Syntax
Visual Basic
Public Sub SetFromEmailHeader( _
   ByVal Field As String, _
   ByVal TreatLookupAsID As Boolean, _
   ByVal AddVLItemIfNotFound As Boolean _
) 
Parameters
Field
The header name.
TreatLookupAsID
If this parameter is True, values should be treated as item IDs instead of display names. Valid only if the property represents a lookup value.
AddVLItemIfNotFound
If this parameter is True, a new value list item should be added if it is not found. Valid only if the property represents a lookup value.
See Also

DefaultProperty Object  | DefaultProperty Members