iwantedue.OutlookStorage.GetMapiPropertyInt32 C# (CSharp) Method

GetMapiPropertyInt32() public method

Gets the value of the MAPI property as a integer.
public GetMapiPropertyInt32 ( string propIdentifier ) : int
propIdentifier string The 4 char hexadecimal prop identifier.
return int
        public int GetMapiPropertyInt32(string propIdentifier)
        {
            return (int)this.GetMapiProperty(propIdentifier);
        }