iwantedue.OutlookStorage.GetMapiPropertyString C# (CSharp) Méthode

GetMapiPropertyString() public méthode

Gets the value of the MAPI property as a string.
public GetMapiPropertyString ( string propIdentifier ) : string
propIdentifier string The 4 char hexadecimal prop identifier.
Résultat string
        public string GetMapiPropertyString(string propIdentifier)
        {
            return this.GetMapiProperty(propIdentifier) as string;
        }