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