AttachmentCollectionAddReferenceAttachment - метод |
Adds a reference attachment to the collection
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ReferenceAttachment AddReferenceAttachment(
string name,
string attachLongPathName
)
Public Function AddReferenceAttachment (
name As String,
attachLongPathName As String
) As ReferenceAttachment
public:
ReferenceAttachment^ AddReferenceAttachment(
String^ name,
String^ attachLongPathName
)
member AddReferenceAttachment :
name : string *
attachLongPathName : string -> ReferenceAttachment
Параметры
- name
- Тип: SystemString
The display name of the new attachment. - attachLongPathName
- Тип: SystemString
The fully-qualified path identifying the attachment
Возвращаемое значение
Тип:
ReferenceAttachmentA ReferenceAttachment instance
См. также