예제 #1
0
 internal static PropRow ConvertToMapiPropRow(PropertyValue[] propertyValues)
 {
     PropValue[] properties = ConvertHelper.ConvertToMapiPropValues(propertyValues);
     return(new PropRow(properties));
 }