GetValue
The GetValue method returns a value from the mailing profile (the
        .mil file). 
Syntax
Mailing.GetValue section, key
Parameters
  - section
  
- String that specifies the name of the section containing the key.
- key
- String that specifies the name of the key whose associated string is to be
    retrieved
Return Value
A Variant that contains the value 
Example
sProjectDesc = Mailing.GetValue("Project", "Description")
Applies To
Mailing Object