Description
            Syntax
| Visual Basic | 
|---|
Public Sub SetFromEmail( _
   ByVal  As MFEmailField, _
   ByVal  As Boolean, _
   ByVal  As Boolean _
)  
  | 
 
            Parameters
- EmailField
 
| Value | Description | 
| MFEmailFieldBody | Message body. | 
| MFEmailFieldCc | Cc. | 
| MFEmailFieldDate | Message timestamp. | 
| MFEmailFieldFrom | Sender. | 
| MFEmailFieldImportance | Importance. | 
| MFEmailFieldSensitivity | Sensitivity. | 
| MFEmailFieldSubject | Message subject. | 
| MFEmailFieldTo | Recipient. | 
| MFEmailFieldUndefined | Unknown field (not initialized to any type). | 
 
- 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