This document is archived and information here might be outdated. Recommended version. |
Content type that indicates the type of the mime content.
[Visual Basic .NET] Public Property AttachmentInfo As IAttachmentInfo
[C#] public IAttachmentInfo AttachmentInfo {get; set;}
[C++]
HRESULT get_AttachmentInfo(
IAttachmentInfo** AttachmentInfo
);
[C++]
HRESULT putref_AttachmentInfo(
IAttachmentInfo* AttachmentInfo
);
[C++] Parameters AttachmentInfo [out, retval]
AttachmentInfo is a parameter of type IAttachmentInfo** AttachmentInfo [in]
AttachmentInfo is a parameter of type IAttachmentInfo*