Delegate CustomAttachmentFunction
Delegate function to retrieve the file path to the custom attachment.
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public delegate Task<string> CustomAttachmentFunction()
Returns
Type | Description |
---|---|
Task<string> | The file path of the attachment |