Interface ILocalFile
That is a contract for an object whoe whant to refer to localfiles associated to a MailID
Inherited Members
Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface ILocalFile : IAuthenticatedEndpoint, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration
Properties
FilesPath
Declaration
List<string> FilesPath { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
MailID
Declaration
Guid MailID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |