ItemAttachment.Load 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Load(PropertyDefinitionBase[]) |
加载附件。 |
Load(IEnumerable<PropertyDefinitionBase>) |
加载附件。 |
Load(BodyType, PropertyDefinitionBase[]) |
加载附件。 |
Load(BodyType, IEnumerable<PropertyDefinitionBase>) |
加载附件。 |
Load(PropertyDefinitionBase[])
加载附件。
public:
void Load(... cli::array <Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (params Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase[] additionalProperties);
Public Sub Load (ParamArray additionalProperties As PropertyDefinitionBase())
参数
- additionalProperties
- PropertyDefinitionBase[]
要加载的其他属性。 此参数是可选的。
适用于
Load(IEnumerable<PropertyDefinitionBase>)
加载附件。
public:
void Load(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);
Public Sub Load (additionalProperties As IEnumerable(Of PropertyDefinitionBase))
参数
- additionalProperties
- IEnumerable<PropertyDefinitionBase>
要加载的其他属性。 此参数是可选的。
适用于
Load(BodyType, PropertyDefinitionBase[])
加载附件。
public:
void Load(Microsoft::Exchange::WebServices::Data::BodyType bodyType, ... cli::array <Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (Microsoft.Exchange.WebServices.Data.BodyType bodyType, params Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase[] additionalProperties);
参数
- bodyType
- BodyType
要加载的正文类型。
- additionalProperties
- PropertyDefinitionBase[]
要加载的其他属性。 此参数是可选的。
适用于
Load(BodyType, IEnumerable<PropertyDefinitionBase>)
加载附件。
public:
void Load(Microsoft::Exchange::WebServices::Data::BodyType bodyType, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ additionalProperties);
public void Load (Microsoft.Exchange.WebServices.Data.BodyType bodyType, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> additionalProperties);
参数
- bodyType
- BodyType
要加载的正文类型。
- additionalProperties
- IEnumerable<PropertyDefinitionBase>
要加载的其他属性。 此参数是可选的。